mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 11:20:54 +00:00
Merge pull request #18937 from darichey/hide-syntax-tree-default
Hide syntax tree view by default
This commit is contained in:
commit
40710f2748
@ -366,7 +366,7 @@
|
||||
},
|
||||
"rust-analyzer.showSyntaxTree": {
|
||||
"markdownDescription": "Whether to show the syntax tree view.",
|
||||
"default": true,
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"rust-analyzer.testExplorer": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user