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 2e17570 commit 45fccf8Copy full SHA for 45fccf8
server/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Bash Language Server
2
3
+## 4.5.2
4
+
5
+- fixed `onReferences` to respect the `context.includeDeclaration` flag
6
+- removed unnecessary dependency `urijs`
7
8
## 4.5.1
9
10
- Include grouped variables and functions when finding global declarations https://github.com/bash-lsp/bash-language-server/pull/685
server/package.json
@@ -3,7 +3,7 @@
"description": "A language server for Bash",
"author": "Mads Hartmann",
"license": "MIT",
- "version": "4.5.1",
+ "version": "4.5.2",
"main": "./out/server.js",
"typings": "./out/server.d.ts",
"bin": {
0 commit comments