diff options
Diffstat (limited to 'lua/mason-schemas/lsp/bash-language-server.lua')
| -rw-r--r-- | lua/mason-schemas/lsp/bash-language-server.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/mason-schemas/lsp/bash-language-server.lua b/lua/mason-schemas/lsp/bash-language-server.lua index 6fde76c7..062abd7f 100644 --- a/lua/mason-schemas/lsp/bash-language-server.lua +++ b/lua/mason-schemas/lsp/bash-language-server.lua @@ -1,3 +1,3 @@ -- THIS FILE IS GENERATED. DO NOT EDIT MANUALLY. -- stylua: ignore start -return {properties = {["bashIde.backgroundAnalysisMaxFiles"] = {default = 500,description = "Maximum number of files to analyze in the background. Set to 0 to disable background analysis.",minimum = 0,type = "number"},["bashIde.explainshellEndpoint"] = {default = "",description = "Configure explainshell server endpoint 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 in the workspace. Used by the background analysis features across files.",type = "string"},["bashIde.highlightParsingErrors"] = {default = false,description = "Controls if Treesitter parsing errors will be highlighted as problems.",type = "boolean"},["bashIde.includeAllWorkspaceSymbols"] = {default = false,description = "Controls how symbols (e.g. variables and functions) are included and used for completion and documentation. If false (default and recommended), then we only include symbols from sourced files (i.e. using non dynamic statements like 'source file.sh' or '. file.sh'). If true, then all symbols from the workspace are included.",type = "boolean"},["bashIde.shellcheckArguments"] = {default = "",description = "Additional ShellCheck arguments. Note that we already add the following arguments: --shell, --format, --external-sources.",type = "string"},["bashIde.shellcheckPath"] = {default = "shellcheck",description = "Controls the executable used for ShellCheck linting information. An empty string will disable linting.",type = "string"}},title = "Bash IDE configuration",type = "object"}
\ No newline at end of file +return {properties = {["bashIde.backgroundAnalysisMaxFiles"] = {default = 500,description = "Maximum number of files to analyze in the background. Set to 0 to disable background analysis.",minimum = 0,type = "number"},["bashIde.explainshellEndpoint"] = {default = "",description = "Configure explainshell server endpoint 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 in the workspace. Used by the background analysis features across files.",type = "string"},["bashIde.highlightParsingErrors"] = {default = false,description = "Controls if Treesitter parsing errors will be highlighted as problems.",type = "boolean"},["bashIde.includeAllWorkspaceSymbols"] = {default = false,description = "Controls how symbols (e.g. variables and functions) are included and used for completion and documentation. If false (default and recommended), then we only include symbols from sourced files (i.e. using non dynamic statements like 'source file.sh' or '. file.sh'). If true, then all symbols from the workspace are included.",type = "boolean"},["bashIde.logLevel"] = {default = "info",description = "Controls the log level of the language server.",enum = { "debug", "info", "warning", "error" },type = "string"},["bashIde.shellcheckArguments"] = {default = "",description = "Additional ShellCheck arguments. Note that we already add the following arguments: --shell, --format, --external-sources.",type = "string"},["bashIde.shellcheckPath"] = {default = "shellcheck",description = "Controls the executable used for ShellCheck linting information. An empty string will disable linting.",type = "string"}},title = "Bash IDE configuration",type = "object"}
\ No newline at end of file |
