Unnamed repository; edit this file 'description' to name the repository.
Merge pull request #19304 from ChayimFriedman2/restart-syntax-tree
minor: Mark `rust-analyzer.showSyntaxTree` config option as requiring server restart
Chayim Refael Friedman 2025-03-07
parent bd0289e · parent 0afa5e8 · commit 21a88a3
-rw-r--r--editors/code/src/config.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/code/src/config.ts b/editors/code/src/config.ts
index 2ae3291345..896b3c10cb 100644
--- a/editors/code/src/config.ts
+++ b/editors/code/src/config.ts
@@ -27,6 +27,7 @@ export class Config {
"server",
"files",
"cfg",
+ "showSyntaxTree",
].map((opt) => `${this.rootSection}.${opt}`);
private readonly requiresWindowReloadOpts = ["testExplorer"].map(