diff options
| author | Vu Le Thanh <thanhvule0310@gmail.com> | 2022-07-25 22:47:39 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-25 17:47:39 +0200 |
| commit | f438dfff48f952521d1fc9c78ea269a10c27d02e (patch) | |
| tree | d5a6030f53e4b50067f0c882a760463d3c09c534 /lua/mason-schemas | |
| parent | fix: rename cmake-format to cmakelang (#139) (diff) | |
| download | mason-f438dfff48f952521d1fc9c78ea269a10c27d02e.tar mason-f438dfff48f952521d1fc9c78ea269a10c27d02e.tar.gz mason-f438dfff48f952521d1fc9c78ea269a10c27d02e.tar.bz2 mason-f438dfff48f952521d1fc9c78ea269a10c27d02e.tar.lz mason-f438dfff48f952521d1fc9c78ea269a10c27d02e.tar.xz mason-f438dfff48f952521d1fc9c78ea269a10c27d02e.tar.zst mason-f438dfff48f952521d1fc9c78ea269a10c27d02e.zip | |
feat: add sql-formatter (#140)
Diffstat (limited to 'lua/mason-schemas')
| -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 3bc2fc22..1bd5dad7 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" }},["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 +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.codeLens.enable"] = {default = false,description = "Enable (experimental) code lens for function definitions.",type = "boolean"},["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 |
