We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09af388 commit 5164c63Copy full SHA for 5164c63
server/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Bash Language Server
2
3
+## 5.4.3
4
+
5
+- Do not overwrite user-provided shellcheck `--shell` argument https://github.com/bash-lsp/bash-language-server/pull/1133
6
7
## 5.4.2
8
9
- Fix wrong pnpm engine version
server/package.json
@@ -3,7 +3,7 @@
"description": "A language server for Bash",
"author": "Mads Hartmann",
"license": "MIT",
- "version": "5.4.2",
+ "version": "5.4.3",
"main": "./out/server.js",
"typings": "./out/server.d.ts",
"bin": {
0 commit comments