mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Merge pull request #19304 from ChayimFriedman2/restart-syntax-tree
minor: Mark `rust-analyzer.showSyntaxTree` config option as requiring server restart
This commit is contained in:
commit
21a88a3767
@ -27,6 +27,7 @@ export class Config {
|
||||
"server",
|
||||
"files",
|
||||
"cfg",
|
||||
"showSyntaxTree",
|
||||
].map((opt) => `${this.rootSection}.${opt}`);
|
||||
|
||||
private readonly requiresWindowReloadOpts = ["testExplorer"].map(
|
||||
|
Loading…
x
Reference in New Issue
Block a user