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 15, 2024
1 parent e169205 commit cbff4b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/rust_analyzer.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
]
},
"rust-analyzer.cargo.buildScripts.rebuildOnSave": {
"default": false,
"default": true,
"markdownDescription": "Rerun proc-macros building/build-scripts running when proc-macro\nor build-script sources change and are saved.",
"type": "boolean"
},
Expand Down
4 changes: 4 additions & 0 deletions types/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8736,6 +8736,10 @@
---@field overrideCommand string[]
-- Rerun proc-macros building/build-scripts running when proc-macro
-- or build-script sources change and are saved.
--
-- ```lua
-- default = true
-- ```
---@field rebuildOnSave boolean
-- Use `RUSTC_WRAPPER=rust-analyzer` when running build scripts to
-- avoid checking unnecessary things.
Expand Down

0 comments on commit cbff4b6

Please sign in to comment.