Process configuration response draft

This commit is contained in:
Kirill Bulatov 2020-03-19 23:56:32 +02:00
parent 8c4aab0c80
commit 019f269a0a
2 changed files with 24 additions and 23 deletions

View file

@ -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}`);