Hide syntax tree view by default

This commit is contained in:
David Richey 2025-01-14 13:20:23 -06:00
parent 4fbd9088bf
commit 807328d1d2

View File

@ -366,7 +366,7 @@
}, },
"rust-analyzer.showSyntaxTree": { "rust-analyzer.showSyntaxTree": {
"markdownDescription": "Whether to show the syntax tree view.", "markdownDescription": "Whether to show the syntax tree view.",
"default": true, "default": false,
"type": "boolean" "type": "boolean"
}, },
"rust-analyzer.testExplorer": { "rust-analyzer.testExplorer": {