We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41252b0 commit fe9e0b4Copy full SHA for fe9e0b4
server/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Bash Language Server
2
3
+## 1.11.3
4
+
5
+* Recover file reading errors (https://github.com/bash-lsp/bash-language-server/pull/210)
6
7
## 1.11.2
8
9
* Fix invalid documentHighlight response when word cannot be found (https://github.com/bash-lsp/bash-language-server/pull/209)
server/package.json
@@ -3,7 +3,7 @@
"description": "A language server for Bash",
"author": "Mads Hartmann",
"license": "MIT",
- "version": "1.11.2",
+ "version": "1.11.3",
"publisher": "mads-hartmann",
"main": "./out/server.js",
"typings": "./out/server.d.ts",
0 commit comments