From 019f269a0a4f42854c84e749fd5bb24177eafff9 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Thu, 19 Mar 2020 23:56:32 +0200 Subject: Process configuration response draft --- editors/code/src/config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'editors/code/src') diff --git a/editors/code/src/config.ts b/editors/code/src/config.ts index e77462c1b..501997fef 100644 --- a/editors/code/src/config.ts +++ b/editors/code/src/config.ts @@ -12,9 +12,9 @@ export class Config { private readonly requiresReloadOpts = [ "serverPath", "cargoFeatures", - "cargo-watch", - "highlighting.semanticTokens", - "inlayHints", + "excludeGlobs", + "useClientWatching", + "highlighting", "updates.channel", ] .map(opt => `${this.rootSection}.${opt}`); -- cgit v1.2.3