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 Aug 5, 2024
1 parent 093a75f commit 17a3367
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions schemas/haxe_language_server.json
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,11 @@
"markdownDescription": "Whether to revert to a Haxe 3 style completion where only toplevel packages and imported types are shown (effectively making it incompatible with auto-imports). *Note:* this setting has no effect with Haxe versions earlier than 4.0.0-rc.4.",
"type": "boolean"
},
"haxe.useLegacyDiagnostics": {
"default": false,
"markdownDescription": "Haxe 4.3.5 introduces new Json RPC based diagnostics. in order to be able to opt out of them set option to true. *Note:* will stop working on nightlies once #11413 gets merged",
"type": "boolean"
},
"haxelib.executable": {
"anyOf": [
{
Expand Down
2 changes: 2 additions & 0 deletions types/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3525,6 +3525,8 @@
---@field taskPresentation _.lspconfig.settings.haxe_language_server.TaskPresentation
-- Whether to revert to a Haxe 3 style completion where only toplevel packages and imported types are shown (effectively making it incompatible with auto-imports). *Note:* this setting has no effect with Haxe versions earlier than 4.0.0-rc.4.
---@field useLegacyCompletion boolean
-- Haxe 4.3.5 introduces new Json RPC based diagnostics. in order to be able to opt out of them set option to true. *Note:* will stop working on nightlies once #11413 gets merged
---@field useLegacyDiagnostics boolean

---@class _.lspconfig.settings.haxe_language_server.Haxelib
-- Path to the Haxelib executable
Expand Down

0 comments on commit 17a3367

Please sign in to comment.