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 Feb 17, 2024
1 parent cbff4b6 commit 4ef6c6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions schemas/rust_analyzer.json
Original file line number Diff line number Diff line change
Expand Up @@ -1082,11 +1082,6 @@
"markdownDescription": "Exclude tests from find-all-references.",
"type": "boolean"
},
"rust-analyzer.rename.allowExternalItems": {
"default": false,
"markdownDescription": "Allow renaming of items not belonging to the loaded workspaces.",
"type": "boolean"
},
"rust-analyzer.restartServerOnConfigChange": {
"default": false,
"markdownDescription": "Whether to restart the server automatically when certain settings that require a restart are changed.",
Expand Down
5 changes: 0 additions & 5 deletions types/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9631,10 +9631,6 @@
-- Exclude tests from find-all-references.
---@field excludeTests boolean

---@class _.lspconfig.settings.rust_analyzer.Rename
-- Allow renaming of items not belonging to the loaded workspaces.
---@field allowExternalItems boolean

---@class _.lspconfig.settings.rust_analyzer.Runnables
-- Command to be executed instead of 'cargo' for runnables.
---@field command string
Expand Down Expand Up @@ -9904,7 +9900,6 @@
---@field numThreads integer
---@field procMacro _.lspconfig.settings.rust_analyzer.ProcMacro
---@field references _.lspconfig.settings.rust_analyzer.References
---@field rename _.lspconfig.settings.rust_analyzer.Rename
-- Whether to restart the server automatically when certain settings that require a restart are changed.
---@field restartServerOnConfigChange boolean
---@field runnables _.lspconfig.settings.rust_analyzer.Runnables
Expand Down

0 comments on commit 4ef6c6c

Please sign in to comment.