about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@users.noreply.github.com>2025-01-14 19:43:59 +0000
committerGitHub <noreply@github.com>2025-01-14 19:43:59 +0000
commitd3f69695c5d79328f59dca7948c52e234602afcb (patch)
tree0bc02a6a170debba6b74466771a9431c00d40c03
parentd36b3a2915676c6c4e932dbcf9f85067e2014b95 (diff)
parentb470508cea31716f28157469b5ab80f3cb7f2efd (diff)
downloadrust-d3f69695c5d79328f59dca7948c52e234602afcb.tar.gz
rust-d3f69695c5d79328f59dca7948c52e234602afcb.zip
Merge pull request #18937 from darichey/hide-syntax-tree-default
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": {