mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +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": {
|
"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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user