diff --git a/schemas/rust_analyzer.json b/schemas/rust_analyzer.json index 60b8bbb..9a0f3f8 100644 --- a/schemas/rust_analyzer.json +++ b/schemas/rust_analyzer.json @@ -1443,7 +1443,7 @@ "type": "boolean" }, "rust-analyzer.showSyntaxTree": { - "default": true, + "default": false, "markdownDescription": "Whether to show the syntax tree view.", "type": "boolean" }, diff --git a/types/lsp.lua b/types/lsp.lua index 1a6fa11..e4dbb42 100644 --- a/types/lsp.lua +++ b/types/lsp.lua @@ -14545,10 +14545,6 @@ -- ``` ---@field showRequestFailedErrorNotification boolean -- Whether to show the syntax tree view. --- --- ```lua --- default = true --- ``` ---@field showSyntaxTree boolean -- Whether to show a notification for unlinked files asking the user to add the corresponding Cargo.toml to the linked projects setting. --