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:
Chayim Refael Friedman 2025-03-06 22:32:23 +00:00 committed by GitHub
commit 21a88a3767
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,7 @@ export class Config {
"server",
"files",
"cfg",
"showSyntaxTree",
].map((opt) => `${this.rootSection}.${opt}`);
private readonly requiresWindowReloadOpts = ["testExplorer"].map(