Skip to content

Commit d3f6969

Browse files
authored
Merge pull request rust-lang#18937 from darichey/hide-syntax-tree-default
Hide syntax tree view by default
2 parents d36b3a2 + b470508 commit d3f6969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/editors/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
},
367367
"rust-analyzer.showSyntaxTree": {
368368
"markdownDescription": "Whether to show the syntax tree view.",
369-
"default": true,
369+
"default": false,
370370
"type": "boolean"
371371
},
372372
"rust-analyzer.testExplorer": {

0 commit comments

Comments
 (0)