bash
stdioshellscript
Used by 5 plugins
Requires Language Server Binary
This LSP server requires bash-language-server to be installed on your system. Make sure it's available in your PATH before enabling.
Install
1
Run in your terminal$
npx claudepluginhub boostvolt/claude-code-lspsAdd to Your Project
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"bash": {
"command": "bash-language-server",
"extensionToLanguage": {
".sh": "shellscript",
".ksh": "shellscript",
".zsh": "shellscript",
".bash": "shellscript"
},
"args": [
"start"
]
}
}
}Supported Languages
shellscript
.sh.ksh.zsh.bash
Command
bash-language-serverTransport
stdioArguments
start
Advanced Configuration
Restart on Crash:Yes
Also used by 4 other plugins