Mark rust-analyzer.showSyntaxTree
config option as requiring server restart
We register the provider when we start the server. It confused me why I set the option and it didn't work, so probably better to have it hint people.
This commit is contained in:
parent
6a3ede1240
commit
b58fc9c2bc
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ export class Config {
|
|||
"server",
|
||||
"files",
|
||||
"cfg",
|
||||
"showSyntaxTree",
|
||||
].map((opt) => `${this.rootSection}.${opt}`);
|
||||
|
||||
private readonly requiresWindowReloadOpts = ["testExplorer"].map(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue