Unnamed repository; edit this file 'description' to name the repository.
Merge pull request #18937 from darichey/hide-syntax-tree-default
Hide syntax tree view by default
Laurențiu Nicola 2025-01-15
parent 4fbd908 · parent 807328d · commit 40710f2
-rw-r--r--editors/code/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 76d85a661e..8da17e7a0a 100644
--- a/editors/code/package.json
+++ b/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": {