diff options
Diffstat (limited to 'lua/mason-schemas/lsp/bash-language-server.lua')
| -rw-r--r-- | lua/mason-schemas/lsp/bash-language-server.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/mason-schemas/lsp/bash-language-server.lua b/lua/mason-schemas/lsp/bash-language-server.lua new file mode 100644 index 00000000..293d2dcd --- /dev/null +++ b/lua/mason-schemas/lsp/bash-language-server.lua @@ -0,0 +1,3 @@ +-- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY. +-- stylua: ignore start +return {properties = {["bashIde.explainshellEndpoint"] = {default = "",description = "Configure explainshell server in order to get hover documentation on flags and options.",type = "string"},["bashIde.globPattern"] = {default = "**/*@(.sh|.inc|.bash|.command)",description = "Glob pattern for finding and parsing shell script files.",type = "string"},["bashIde.highlightParsingErrors"] = {default = false,description = "Controls if parsing errors will be highlighted as problems.",type = "boolean"}},title = "Bash IDE configuration",type = "object"}
\ No newline at end of file |
