bash-language-server
stdioshellscript
Used by 1 plugin
Requires Language Server Binary
This LSP server requires cmd.exe to be installed on your system. Make sure it's available in your PATH before enabling.
Install
1
Run in your terminal$
npx claudepluginhub bedolla/enrilspAdd to Your Project
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"bash-language-server": {
"command": "cmd.exe",
"extensionToLanguage": {
".sh": "shellscript",
".zsh": "shellscript",
".bash": "shellscript"
},
"args": [
"/c",
"bash-language-server",
"start"
]
}
}
}Supported Languages
shellscript
.sh.zsh.bash
Command
cmd.exeTransport
stdioArguments
/cbash-language-serverstart
Advanced Configuration
Restart on Crash:Yes