We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921fa36 commit 522a5d6Copy full SHA for 522a5d6
server/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Bash Language Server
2
3
+## 5.3.2
4
+
5
+- Handle non-zero exit status when formatting using shfmt https://github.com/bash-lsp/bash-language-server/pull/1163
6
7
## 5.3.1
8
9
- Clear diagnostics when closing document https://github.com/bash-lsp/bash-language-server/pull/1135
server/package.json
@@ -3,7 +3,7 @@
"description": "A language server for Bash",
"author": "Mads Hartmann",
"license": "MIT",
- "version": "5.3.1",
+ "version": "5.3.2",
"main": "./out/server.js",
"typings": "./out/server.d.ts",
"bin": {
0 commit comments