mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Process configuration response draft
This commit is contained in:
parent
8c4aab0c80
commit
019f269a0a
2 changed files with 24 additions and 23 deletions
|
@ -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}`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue