From 807328d1d26c9bafdf6a83da802ef6520c1aacc9 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 --- editors/code/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/code/package.json b/editors/code/package.json index 76d85a661e3e..8da17e7a0a34 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": {