We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 773a61c commit 3a5ac07Copy full SHA for 3a5ac07
server/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Bash Language Server
2
3
+## 5.3.4
4
+
5
+- Add additonal shfmt formatting config options https://github.com/bash-lsp/bash-language-server/pull/1168
6
7
## 5.3.3
8
9
- Revert "Add --help fallback for documentation" https://github.com/bash-lsp/bash-language-server/pull/1052
server/package.json
@@ -3,7 +3,7 @@
"description": "A language server for Bash",
"author": "Mads Hartmann",
"license": "MIT",
- "version": "5.3.3",
+ "version": "5.3.4",
"main": "./out/server.js",
"typings": "./out/server.d.ts",
"bin": {
0 commit comments