mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-28 10:39:45 +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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue