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 Sep 2, 2024
1 parent 1daaaa5 commit fb4d9ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schemas/rust_analyzer.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,11 @@
"markdownDescription": "Whether to show full function/method signatures in completion docs.",
"type": "boolean"
},
"rust-analyzer.completion.hideDeprecated": {
"default": false,
"markdownDescription": "Whether to omit deprecated items from autocompletion. By default they are marked as deprecated but not hidden.",
"type": "boolean"
},
"rust-analyzer.completion.limit": {
"default": null,
"markdownDescription": "Maximum number of completions to return. If `None`, the limit is infinite.",
Expand Down
2 changes: 2 additions & 0 deletions types/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12573,6 +12573,8 @@
---@field autoself _.lspconfig.settings.rust_analyzer.Autoself
---@field callable _.lspconfig.settings.rust_analyzer.Callable
---@field fullFunctionSignatures _.lspconfig.settings.rust_analyzer.FullFunctionSignatures
-- Whether to omit deprecated items from autocompletion. By default they are marked as deprecated but not hidden.
---@field hideDeprecated boolean
-- Maximum number of completions to return. If `None`, the limit is infinite.
---@field limit integer
---@field postfix _.lspconfig.settings.rust_analyzer.Postfix
Expand Down

0 comments on commit fb4d9ae

Please sign in to comment.