Merge pull request #18937 from darichey/hide-syntax-tree-default

Hide syntax tree view by default
This commit is contained in:
Laurențiu Nicola 2025-01-14 19:43:59 +00:00 committed by GitHub
commit 40710f2748
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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": {