Skip to content

Commit 21a88a3

Browse files
Merge pull request #19304 from ChayimFriedman2/restart-syntax-tree
minor: Mark `rust-analyzer.showSyntaxTree` config option as requiring server restart
2 parents bd0289e + 0afa5e8 commit 21a88a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)