mirror of https://github.com/folke/neoconf.nvim
chore(build): auto-generate vimdoc, schemas and annotations
This commit is contained in:
parent
f70ac4a6e4
commit
f0ce96f697
|
|
@ -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%",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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 = ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue