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 aac26e2 commit 7b75deeCopy full SHA for 7b75dee
server/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Bash Language Server
2
3
+## 1.11.2
4
+
5
+* Fix invalid documentHighlight response when word cannot be found (https://github.com/bash-lsp/bash-language-server/pull/209)
6
7
## 1.11.1
8
9
* Workspace symbols are resolved using fuzzy search (not just starting with it)
server/package.json
@@ -3,7 +3,7 @@
"description": "A language server for Bash",
"author": "Mads Hartmann",
"license": "MIT",
- "version": "1.11.1",
+ "version": "1.11.2",
"publisher": "mads-hartmann",
"main": "./out/server.js",
"typings": "./out/server.d.ts",
0 commit comments