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

This commit is contained in:
github-actions[bot] 2025-12-04 01:31:35 +00:00
parent f70ac4a6e4
commit f0ce96f697
3 changed files with 16 additions and 2 deletions

View File

@ -497,6 +497,14 @@
],
"type": "boolean"
},
"dotnet.projects.enableFileBasedProgramsWhenAmbiguous": {
"default": true,
"description": "%configuration.dotnet.projects.enableFileBasedProgramsWhenAmbiguous%",
"tags": [
"preview"
],
"type": "boolean"
},
"dotnet.quickInfo.showRemarksInQuickInfo": {
"default": "true",
"description": "%configuration.dotnet.quickInfo.showRemarksInQuickInfo%",

View File

@ -358,7 +358,7 @@
},
"swift.path": {
"default": "",
"markdownDescription": "Override the default path of the folder containing the Swift executables. The default is to look in the `PATH` environment variable. This path is also used to search for other executables used by the extension like `sourcekit-lsp` and `lldb`.",
"markdownDescription": "Override the default path of the folder containing the Swift executables. The default is to look in the `PATH` environment variable.",
"scope": "machine-overridable",
"type": "string"
},

View File

@ -10460,6 +10460,12 @@
-- default = true
-- ```
---@field enableFileBasedPrograms boolean
-- %configuration.dotnet.projects.enableFileBasedProgramsWhenAmbiguous%
--
-- ```lua
-- default = true
-- ```
---@field enableFileBasedProgramsWhenAmbiguous boolean
---@class _.lspconfig.settings.omnisharp.QuickInfo
-- %configuration.dotnet.quickInfo.showRemarksInQuickInfo%
@ -15936,7 +15942,7 @@
-- default = {}
-- ```
---@field packageArguments string[]
-- Override the default path of the folder containing the Swift executables. The default is to look in the `PATH` environment variable. This path is also used to search for other executables used by the extension like `sourcekit-lsp` and `lldb`.
-- Override the default path of the folder containing the Swift executables. The default is to look in the `PATH` environment variable.
--
-- ```lua
-- default = ""