Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc, schemas and annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 15, 2025
1 parent 82fc98b commit 3262e64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion schemas/rust_analyzer.json
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,7 @@
"type": "boolean"
},
"rust-analyzer.showSyntaxTree": {
"default": true,
"default": false,
"markdownDescription": "Whether to show the syntax tree view.",
"type": "boolean"
},
Expand Down
4 changes: 0 additions & 4 deletions types/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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.
--
Expand Down

0 comments on commit 3262e64

Please sign in to comment.