From b470508cea31716f28157469b5ab80f3cb7f2efd Mon Sep 17 00:00:00 2001 From: David Richey Date: Tue, 14 Jan 2025 13:20:23 -0600 Subject: [PATCH] Hide syntax tree view by default --- src/tools/rust-analyzer/editors/code/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {