chore(build): auto-generate vimdoc, schemas and annotations

This commit is contained in:
github-actions[bot] 2023-05-15 01:29:26 +00:00
parent 0995e82a52
commit 4b82da74f9
2 changed files with 7 additions and 0 deletions

View File

@ -126,6 +126,11 @@
"default": null,
"description": "path of the workspace root on remote system",
"type": "string"
},
"perl.useTaintForSyntaxCheck": {
"default": false,
"description": "Use -T for syntax check.",
"type": "boolean"
}
}
}

View File

@ -7825,6 +7825,8 @@
-- default = <userdata 1>
-- ```
---@field sshWorkspaceRoot string
-- Use -T for syntax check.
---@field useTaintForSyntaxCheck boolean
---@class lspconfig.settings.perlls
---@field perl _.lspconfig.settings.perlls.Perl