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 Nov 7, 2024
1 parent e252813 commit fb03e7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions schemas/ts_ls.json
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@
},
"javascript.updateImportsOnPaste.enabled": {
"default": true,
"markdownDescription": "Enable updating imports when pasting code. Requires TypeScript 5.7+.\n\nBy default this shows a option to update imports after pasting. You can use the `#editor.pasteAs.preferences#` setting to update imports automatically when pasting: `\"editor.pasteAs.preferences\": [{ \"kind\": \"text.jsts.pasteWithImports\" }]`.",
"markdownDescription": "Enable updating imports when pasting code. Requires TypeScript 5.7+.\n\nBy default this shows a option to update imports after pasting. You can use the `#editor.pasteAs.preferences#` setting to update imports automatically when pasting: `\"editor.pasteAs.preferences\": [ \"text.updateImports.jsts\" ]`.",
"scope": "window",
"type": "boolean"
},
Expand Down Expand Up @@ -1344,7 +1344,7 @@
},
"typescript.updateImportsOnPaste.enabled": {
"default": true,
"markdownDescription": "Enable updating imports when pasting code. Requires TypeScript 5.7+.\n\nBy default this shows a option to update imports after pasting. You can use the `#editor.pasteAs.preferences#` setting to update imports automatically when pasting: `\"editor.pasteAs.preferences\": [{ \"kind\": \"text.jsts.pasteWithImports\" }]`.",
"markdownDescription": "Enable updating imports when pasting code. Requires TypeScript 5.7+.\n\nBy default this shows a option to update imports after pasting. You can use the `#editor.pasteAs.preferences#` setting to update imports automatically when pasting: `\"editor.pasteAs.preferences\": [ \"text.updateImports.jsts\" ]`.",
"scope": "window",
"type": "boolean"
},
Expand Down
4 changes: 2 additions & 2 deletions types/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16239,7 +16239,7 @@
---@class _.lspconfig.settings.ts_ls.UpdateImportsOnPaste
-- Enable updating imports when pasting code. Requires TypeScript 5.7+.
--
-- By default this shows a option to update imports after pasting. You can use the `#editor.pasteAs.preferences#` setting to update imports automatically when pasting: `"editor.pasteAs.preferences": [{ "kind": "text.jsts.pasteWithImports" }]`.
-- By default this shows a option to update imports after pasting. You can use the `#editor.pasteAs.preferences#` setting to update imports automatically when pasting: `"editor.pasteAs.preferences": [ "text.updateImports.jsts" ]`.
--
-- ```lua
-- default = true
Expand Down Expand Up @@ -16788,7 +16788,7 @@
---@class _.lspconfig.settings.ts_ls.UpdateImportsOnPaste
-- Enable updating imports when pasting code. Requires TypeScript 5.7+.
--
-- By default this shows a option to update imports after pasting. You can use the `#editor.pasteAs.preferences#` setting to update imports automatically when pasting: `"editor.pasteAs.preferences": [{ "kind": "text.jsts.pasteWithImports" }]`.
-- By default this shows a option to update imports after pasting. You can use the `#editor.pasteAs.preferences#` setting to update imports automatically when pasting: `"editor.pasteAs.preferences": [ "text.updateImports.jsts" ]`.
--
-- ```lua
-- default = true
Expand Down

0 comments on commit fb03e7a

Please sign in to comment.