diff --git a/src/components/configuration/Rustup.ts b/src/components/configuration/Rustup.ts index 7db4f2b..d34d7ba 100644 --- a/src/components/configuration/Rustup.ts +++ b/src/components/configuration/Rustup.ts @@ -377,7 +377,7 @@ export class Rustup { * Returns the name of the component RLS */ private static getRlsComponentName(): string { - return 'rls'; + return 'rls-preview'; } /**