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 May 30, 2024
1 parent 4e204e0 commit f1fd38d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions schemas/rescriptls.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
"scope": "language-overridable",
"type": "boolean"
},
"rescript.settings.autoRunCodeAnalysis": {
"default": false,
"description": "Automatically start ReScript's code analysis.",
"type": "boolean"
},
"rescript.settings.binaryPath": {
"default": null,
"description": "Path to the directory where cross-platform ReScript binaries are. You can use it if you haven't or don't want to use the installed ReScript from node_modules in your project.",
Expand Down
2 changes: 0 additions & 2 deletions types/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8625,8 +8625,6 @@
-- default = true
-- ```
---@field askToStartBuild boolean
-- Automatically start ReScript's code analysis.
---@field autoRunCodeAnalysis boolean
-- Path to the directory where cross-platform ReScript binaries are. You can use it if you haven't or don't want to use the installed ReScript from node_modules in your project.
---@field binaryPath string
-- Enable (experimental) code lens for function definitions.
Expand Down

0 comments on commit f1fd38d

Please sign in to comment.