Skip to content

Conversation

@TechDufus
Copy link
Contributor

Summary

Adds bash-language-server to the BUILTIN_SERVERS list so it's auto-detected when installed.

Shell scripts (.sh, .bash, .zsh, .ksh) are common in DevOps workflows, and bash-language-server provides valuable LSP features like hover docs, go-to-definition, and diagnostics.

Changes

  • Added bash-ls entry to BUILTIN_SERVERS in src/tools/lsp/constants.ts
  • Command: ["bash-language-server", "start"]
  • Extensions: [".sh", ".bash", ".zsh", ".ksh"]

@code-yeongyu code-yeongyu merged commit 662bae2 into code-yeongyu:master Dec 19, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants