diff options
| author | David Richey <davidrichey@fb.com> | 2025-01-14 13:20:23 -0600 |
|---|---|---|
| committer | David Richey <davidrichey@fb.com> | 2025-01-14 13:21:42 -0600 |
| commit | b470508cea31716f28157469b5ab80f3cb7f2efd (patch) | |
| tree | 0bc02a6a170debba6b74466771a9431c00d40c03 | |
| parent | d36b3a2915676c6c4e932dbcf9f85067e2014b95 (diff) | |
| download | rust-b470508cea31716f28157469b5ab80f3cb7f2efd.tar.gz rust-b470508cea31716f28157469b5ab80f3cb7f2efd.zip | |
Hide syntax tree view by default
| -rw-r--r-- | src/tools/rust-analyzer/editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/editors/code/package.json b/src/tools/rust-analyzer/editors/code/package.json index 76d85a661e3..8da17e7a0a3 100644 --- a/src/tools/rust-analyzer/editors/code/package.json +++ b/src/tools/rust-analyzer/editors/code/package.json @@ -366,7 +366,7 @@ }, "rust-analyzer.showSyntaxTree": { "markdownDescription": "Whether to show the syntax tree view.", - "default": true, + "default": false, "type": "boolean" }, "rust-analyzer.testExplorer": { |
