Bash#
Server#
For more information about the LSP server, check bash-language-server.
Installation#
This Server supports automatic install.
Install this language server with M-xlsp-install-server
RETbash-ls
RET.
npm i -g bash-language-server
Debugger: Not available#
Available configurations#
lsp-bash-allowed-shells
#
Type: (list symbol)
Default: (sh bash)
List of allowed sh-shell
values that LSP will be enabled for.
lsp-bash-explainshell-endpoint
#
Type: string
Default: nil
The endpoint to use explainshell.com to answer `onHover' queries. See instructions at https://marketplace.visualstudio.com/items?itemName=mads-hartmann.bash-ide-vscode
lsp-bash-glob-pattern
#
Type: string
Default: nil
Glob pattern used to find shell script files to parse.
lsp-bash-highlight-parsing-errors
#
Type: boolean
Default: nil
Consider parsing errors in scripts as `problems'.
Last update:
January 16, 2025