diff --git a/src/tools/rust-analyzer/editors/code/package.json b/src/tools/rust-analyzer/editors/code/package.json index 76d85a661e3e..8da17e7a0a34 100644 --- a/src/tools/rust-analyzer/editors/code/package.json +++ b/src/tools/rust-analyzer/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": {