Hide syntax tree view by default

This commit is contained in:
David Richey 2025-01-14 13:20:23 -06:00
parent d36b3a2915
commit b470508cea

View file

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