about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Richey <davidrichey@fb.com>2025-01-14 13:20:23 -0600
committerDavid Richey <davidrichey@fb.com>2025-01-14 13:21:42 -0600
commitb470508cea31716f28157469b5ab80f3cb7f2efd (patch)
tree0bc02a6a170debba6b74466771a9431c00d40c03
parentd36b3a2915676c6c4e932dbcf9f85067e2014b95 (diff)
downloadrust-b470508cea31716f28157469b5ab80f3cb7f2efd.tar.gz
rust-b470508cea31716f28157469b5ab80f3cb7f2efd.zip
Hide syntax tree view by default
-rw-r--r--src/tools/rust-analyzer/editors/code/package.json2
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": {