Skip to content

Commit

Permalink
Merge pull request #18937 from darichey/hide-syntax-tree-default
Browse files Browse the repository at this point in the history
Hide syntax tree view by default
  • Loading branch information
lnicola authored Jan 14, 2025
2 parents 4fbd908 + 807328d commit 40710f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
},
"rust-analyzer.showSyntaxTree": {
"markdownDescription": "Whether to show the syntax tree view.",
"default": true,
"default": false,
"type": "boolean"
},
"rust-analyzer.testExplorer": {
Expand Down

0 comments on commit 40710f2

Please sign in to comment.