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 7, 2024
1 parent a38ade0 commit 8ee287d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion schemas/sourcekit.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
"type": "array"
},
"swift.sourcekit-lsp.serverPath": {
"markdownDeprecationMessage": "**Deprecated**: The sourcekit-lsp executable relies on outputs from tools in your current toolchain. If your sourcekit-lsp version does not match your toolchain you may experience unexpected behaviour.",
"markdownDeprecationMessage": "**Deprecated**: The sourcekit-lsp executable relies on outputs from tools in your current toolchain. If your sourcekit-lsp version does not match your toolchain you may experience unexpected behaviour. Only modify this setting when developing sourcekit-lsp.",
"markdownDescription": "The path of the `sourcekit-lsp` executable. The default is to look in the path where `swift` is found.",
"order": 1,
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion schemas/volar.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
},
"vue.inlayHints.destructuredProps": {
"default": false,
"description": "Show inlay hints for destructured prop.",
"description": "Show inlay hints for destructured props.",
"type": "boolean"
},
"vue.inlayHints.inlineHandlerLeading": {
Expand Down
2 changes: 1 addition & 1 deletion types/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15995,7 +15995,7 @@
---@field wrapAttributes "auto" | "force" | "force-aligned" | "force-expand-multiline" | "aligned-multiple" | "preserve" | "preserve-aligned"

---@class _.lspconfig.settings.volar.InlayHints
-- Show inlay hints for destructured prop.
-- Show inlay hints for destructured props.
---@field destructuredProps boolean
-- Show inlay hints for event argument in inline handlers.
---@field inlineHandlerLeading boolean
Expand Down

0 comments on commit 8ee287d

Please sign in to comment.