We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbfa220 commit 986548dCopy full SHA for 986548d
server/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Bash Language Server
2
3
+## 5.4.0
4
+
5
+- Add .editorconfig support for shfmt https://github.com/bash-lsp/bash-language-server/pull/1171
6
7
## 5.3.4
8
9
- Add additonal shfmt formatting config options https://github.com/bash-lsp/bash-language-server/pull/1168
server/package.json
@@ -3,7 +3,7 @@
"description": "A language server for Bash",
"author": "Mads Hartmann",
"license": "MIT",
- "version": "5.3.4",
+ "version": "5.4.0",
"main": "./out/server.js",
"typings": "./out/server.d.ts",
"bin": {
0 commit comments