diff --git a/editors/code/package.json b/editors/code/package.json index 76d85a661e..8da17e7a0a 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -366,7 +366,7 @@ }, "rust-analyzer.showSyntaxTree": { "markdownDescription": "Whether to show the syntax tree view.", - "default": true, + "default": false, "type": "boolean" }, "rust-analyzer.testExplorer": {