From edfe0172f6ebc978f655752f7050c91d98a7d1d1 Mon Sep 17 00:00:00 2001 From: Philip Vasilchenko Date: Sun, 7 Jan 2018 06:01:18 +0200 Subject: [PATCH] Update RLS component name --- src/components/configuration/Rustup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; } /**