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 a8cbd29 commit a23edabCopy full SHA for a23edab
server/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Bash Language Server
2
3
+## 5.1.2
4
+
5
+- Use shellcheck's shell directive for selecting the dialect https://github.com/bash-lsp/bash-language-server/pull/1081
6
7
## 5.1.1
8
9
- 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.1.1",
+ "version": "5.1.2",
"main": "./out/server.js",
"typings": "./out/server.d.ts",
"bin": {
0 commit comments