diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2023-02-07 11:02:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-07 10:02:52 +0000 |
| commit | 357ef668b91dd1404e8730db644ca39b3c7232b3 (patch) | |
| tree | 630368e0593af04582707bf60a6534d8826cd13f /lua/mason-schemas/lsp/rescript-lsp.lua | |
| parent | feat(golangci-lint): change installation method (#969) (diff) | |
| download | mason-357ef668b91dd1404e8730db644ca39b3c7232b3.tar mason-357ef668b91dd1404e8730db644ca39b3c7232b3.tar.gz mason-357ef668b91dd1404e8730db644ca39b3c7232b3.tar.bz2 mason-357ef668b91dd1404e8730db644ca39b3c7232b3.tar.lz mason-357ef668b91dd1404e8730db644ca39b3c7232b3.tar.xz mason-357ef668b91dd1404e8730db644ca39b3c7232b3.tar.zst mason-357ef668b91dd1404e8730db644ca39b3c7232b3.zip | |
chore: update generated code (#972)
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 506bb8a2..5fd2ed79 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.allowBuiltInFormatter"] = {default = false,description = "Whether you want to allow the extension to format your code using its built in formatter when it cannot find a ReScript compiler version in your current project to use for formatting.",scope = "language-overridable",type = "boolean"},["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 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.",type = { "string", "null" }},["rescript.settings.codeLens"] = {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" }},["rescript.settings.platformPath"] = {default = vim.NIL,description = "Path to the directory where platform-specific 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.signatureHelp.enable"] = {default = false,description = "Enable (experimental) signature help for function calls.",type = "boolean"}},title = "ReScript",type = "object"}
\ No newline at end of file +return {properties = {["rescript.settings.allowBuiltInFormatter"] = {default = false,description = "Whether you want to allow the extension to format your code using its built in formatter when it cannot find a ReScript compiler version in your current project to use for formatting.",scope = "language-overridable",type = "boolean"},["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 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.",type = { "string", "null" }},["rescript.settings.codeLens"] = {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" }},["rescript.settings.platformPath"] = {default = vim.NIL,description = "Path to the directory where platform-specific 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.signatureHelp.enabled"] = {default = true,description = "Enable signature help for function calls.",type = "boolean"}},title = "ReScript",type = "object"}
\ No newline at end of file |
