Skip to content

Commit 662bae2

Browse files
authored
feat(lsp): add bash-language-server to builtin servers (#112)
1 parent c37d41e commit 662bae2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tools/lsp/constants.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ export const BUILTIN_SERVERS: Record<string, Omit<LSPServerConfig, "id">> = {
109109
command: ["astro-ls", "--stdio"],
110110
extensions: [".astro"],
111111
},
112+
"bash-ls": {
113+
command: ["bash-language-server", "start"],
114+
extensions: [".sh", ".bash", ".zsh", ".ksh"],
115+
},
112116
jdtls: {
113117
command: ["jdtls"],
114118
extensions: [".java"],

0 commit comments

Comments
 (0)