Skip to content

Commit 807328d

Browse files
committed
Hide syntax tree view by default
1 parent 4fbd908 commit 807328d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)