Skip to content

Commit c4f727b

Browse files
Merge pull request #19304 from ChayimFriedman2/restart-syntax-tree
minor: Mark `rust-analyzer.showSyntaxTree` config option as requiring server restart
2 parents 6a3ede1 + b58fc9c commit c4f727b

File tree

1 file changed

+1
-0
lines changed
  • src/tools/rust-analyzer/editors/code/src

1 file changed

+1
-0
lines changed

Diff for: src/tools/rust-analyzer/editors/code/src/config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export class Config {
2727
"server",
2828
"files",
2929
"cfg",
30+
"showSyntaxTree",
3031
].map((opt) => `${this.rootSection}.${opt}`);
3132

3233
private readonly requiresWindowReloadOpts = ["testExplorer"].map(

0 commit comments

Comments
 (0)