mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-13 09:11:51 +00:00
Hide syntax tree view by default
This commit is contained in:
parent
4fbd9088bf
commit
807328d1d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue