From fb03e7ab64f17464e58a3bd7b98a515e4859204c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 7 Nov 2024 01:30:00 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc, schemas and annotations --- schemas/ts_ls.json | 4 ++-- types/lsp.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/schemas/ts_ls.json b/schemas/ts_ls.json index 37c9390..ac2849d 100644 --- a/schemas/ts_ls.json +++ b/schemas/ts_ls.json @@ -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" }, @@ -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" }, diff --git a/types/lsp.lua b/types/lsp.lua index 66c09ca..f291ae5 100644 --- a/types/lsp.lua +++ b/types/lsp.lua @@ -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 @@ -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