diff options
| author | Laurențiu Nicola <lnicola@users.noreply.github.com> | 2025-01-14 19:43:59 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-14 19:43:59 +0000 |
| commit | d3f69695c5d79328f59dca7948c52e234602afcb (patch) | |
| tree | 0bc02a6a170debba6b74466771a9431c00d40c03 | |
| parent | d36b3a2915676c6c4e932dbcf9f85067e2014b95 (diff) | |
| parent | b470508cea31716f28157469b5ab80f3cb7f2efd (diff) | |
| download | rust-d3f69695c5d79328f59dca7948c52e234602afcb.tar.gz rust-d3f69695c5d79328f59dca7948c52e234602afcb.zip | |
Merge pull request #18937 from darichey/hide-syntax-tree-default
Hide syntax tree view by default
| -rw-r--r-- | src/tools/rust-analyzer/editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/editors/code/package.json b/src/tools/rust-analyzer/editors/code/package.json index 76d85a661e3..8da17e7a0a3 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": { |
