aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-schemas/lsp/rescript-lsp.lua
diff options
context:
space:
mode:
authorwilliambotman[bot] <107473453+williambotman@users.noreply.github.com>2022-07-24 12:02:19 +0200
committerGitHub <noreply@github.com>2022-07-24 10:02:19 +0000
commit5f263b4af0b14bf603d026ea35cd859f46fc7a3a (patch)
tree40422ce4b358a89a13f45f792abe26adcdaeff84 /lua/mason-schemas/lsp/rescript-lsp.lua
parentchore: update generated code (#119) (diff)
downloadmason-5f263b4af0b14bf603d026ea35cd859f46fc7a3a.tar
mason-5f263b4af0b14bf603d026ea35cd859f46fc7a3a.tar.gz
mason-5f263b4af0b14bf603d026ea35cd859f46fc7a3a.tar.bz2
mason-5f263b4af0b14bf603d026ea35cd859f46fc7a3a.tar.lz
mason-5f263b4af0b14bf603d026ea35cd859f46fc7a3a.tar.xz
mason-5f263b4af0b14bf603d026ea35cd859f46fc7a3a.tar.zst
mason-5f263b4af0b14bf603d026ea35cd859f46fc7a3a.zip
chore: update generated code (#120)
Diffstat (limited to 'lua/mason-schemas/lsp/rescript-lsp.lua')
-rw-r--r--lua/mason-schemas/lsp/rescript-lsp.lua2
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 ebf08821..3bc2fc22 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"},["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
+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" }},["rescript.settings.inlayHints.enable"] = {default = false,description = "Enable (experimental) inlay hints.",type = "boolean"},["rescript.settings.inlayHints.maxLength"] = {default = 25,markdownDescription = "Maximum length of character for inlay hints. Set to null to have an unlimited length. Inlay hints that exceed the maximum length will not be shown.",minimum = 0,type = { "null", "integer" }}},title = "ReScript",type = "object"} \ No newline at end of file