mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-28 10:39:45 +00:00
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
bd0289e0e9
commit
0afa5e8096
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