diff options
| author | Chayim Refael Friedman <chayimfr@gmail.com> | 2025-03-06 22:32:23 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-06 22:32:23 +0000 |
| commit | c4f727bfb8640e9ddd4f66b562bba7a0d7b4f46c (patch) | |
| tree | d99fd21be68f2f39e5dccadaa5f5d2ea5b2fd146 | |
| parent | 6a3ede12405d2f167d23609b081d11b7e3cc1036 (diff) | |
| parent | b58fc9c2bc92d453d8d89269bbd2b93c6a2e8f69 (diff) | |
| download | rust-c4f727bfb8640e9ddd4f66b562bba7a0d7b4f46c.tar.gz rust-c4f727bfb8640e9ddd4f66b562bba7a0d7b4f46c.zip | |
Merge pull request #19304 from ChayimFriedman2/restart-syntax-tree
minor: Mark `rust-analyzer.showSyntaxTree` config option as requiring server restart
| -rw-r--r-- | src/tools/rust-analyzer/editors/code/src/config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/editors/code/src/config.ts b/src/tools/rust-analyzer/editors/code/src/config.ts index 2ae32913452..896b3c10cbf 100644 --- a/src/tools/rust-analyzer/editors/code/src/config.ts +++ b/src/tools/rust-analyzer/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( |
