diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2022-07-13 17:26:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-13 15:26:30 +0000 |
| commit | ba9c2da94a2988b12e1168ec990da9be62cd79c2 (patch) | |
| tree | 0ff424cc26d20bda0361c99032247c3f880abe80 /lua/mason-schemas/lsp/rescript-lsp.lua | |
| parent | fix(autogenerate): fix add-paths argument (#70) (diff) | |
| download | mason-ba9c2da94a2988b12e1168ec990da9be62cd79c2.tar mason-ba9c2da94a2988b12e1168ec990da9be62cd79c2.tar.gz mason-ba9c2da94a2988b12e1168ec990da9be62cd79c2.tar.bz2 mason-ba9c2da94a2988b12e1168ec990da9be62cd79c2.tar.lz mason-ba9c2da94a2988b12e1168ec990da9be62cd79c2.tar.xz mason-ba9c2da94a2988b12e1168ec990da9be62cd79c2.tar.zst mason-ba9c2da94a2988b12e1168ec990da9be62cd79c2.zip | |
chore: update generated code (#71)
Diffstat (limited to 'lua/mason-schemas/lsp/rescript-lsp.lua')
| -rw-r--r-- | lua/mason-schemas/lsp/rescript-lsp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/mason-schemas/lsp/rescript-lsp.lua b/lua/mason-schemas/lsp/rescript-lsp.lua index abceac2a..ebf08821 100644 --- a/lua/mason-schemas/lsp/rescript-lsp.lua +++ b/lua/mason-schemas/lsp/rescript-lsp.lua @@ -1,3 +1,3 @@ -- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY. -- stylua: ignore start -return {properties = {["rescript.settings.askToStartBuild"] = {default = true,description = "Whether you want the extension to prompt for autostarting a ReScript build if a project is opened with no build running.",scope = "language-overridable",type = "boolean"},["rescript.settings.autoRunCodeAnalysis"] = {default = false,description = "Automatically start ReScript's code analysis.",type = "boolean"}},title = "ReScript",type = "object"}
\ No newline at end of file +return {properties = {["rescript.settings.askToStartBuild"] = {default = true,description = "Whether you want the extension to prompt for autostarting a ReScript build if a project is opened with no build running.",scope = "language-overridable",type = "boolean"},["rescript.settings.autoRunCodeAnalysis"] = {default = false,description = "Automatically start ReScript's code analysis.",type = "boolean"},["rescript.settings.binaryPath"] = {default = vim.NIL,description = "Path to the directory where 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.",type = { "string", "null" }}},title = "ReScript",type = "object"}
\ No newline at end of file |
