Skip to content

Commit c252425

Browse files
authored
Merge pull request #695 from bash-lsp/use-sourcing-info
Use sourcing info even if includeAllWorkspaceSymbols is true
2 parents 5e66bd2 + 46aa82b commit c252425

File tree

7 files changed

+154
-121
lines changed

7 files changed

+154
-121
lines changed

Diff for: server/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Bash Language Server
22

3+
## 4.5.5
4+
5+
- Use sourcing info even if `includeAllWorkspaceSymbols` is true to ensure that files not matching the `globPattern` (and therefor not part of the background analysis) is still resolved based on source commands. https://github.com/bash-lsp/bash-language-server/pull/695
6+
37
## 4.5.4
48

59
- Skip running ShellCheck for unsupported zsh files. We will still try for files without a shebang and without a known file extension. https://github.com/bash-lsp/bash-language-server/pull/694

Diff for: server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A language server for Bash",
44
"author": "Mads Hartmann",
55
"license": "MIT",
6-
"version": "4.5.4",
6+
"version": "4.5.5",
77
"main": "./out/server.js",
88
"typings": "./out/server.d.ts",
99
"bin": {

0 commit comments

Comments
 (0)