Skip to content

Commit 277bb3d

Browse files
committed
Release vscode extension 1.32
1 parent c252425 commit 277bb3d

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

server/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 4.5.5
44

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
5+
- Use sourcing info even if `includeAllWorkspaceSymbols` is true to ensure that files not matching the `globPattern` (and therefore not part of the background analysis) is still resolved based on source commands. https://github.com/bash-lsp/bash-language-server/pull/695
66

77
## 4.5.4
88

vscode-client/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Bash IDE
22

3+
## 1.32.0
4+
5+
- Upgrade language server to 4.5.5.
6+
- Use sourcing info even if `includeAllWorkspaceSymbols` is true to ensure that files not matching the `globPattern` (and therefore not part of the background analysis) is still resolved based on source commands.
7+
38
## 1.31.0
49

510
- Upgrade language server to 4.5.4.

vscode-client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A language server for Bash",
55
"author": "Mads Hartmann",
66
"license": "MIT",
7-
"version": "1.31.0",
7+
"version": "1.32.0",
88
"publisher": "mads-hartmann",
99
"repository": {
1010
"type": "git",
@@ -80,7 +80,7 @@
8080
"vscode:prepublish": "cd .. && yarn run compile"
8181
},
8282
"dependencies": {
83-
"bash-language-server": "4.5.4",
83+
"bash-language-server": "4.5.5",
8484
"vscode-languageclient": "8.0.2",
8585
"vscode-languageserver": "8.0.2"
8686
},

vscode-client/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ balanced-match@^1.0.0:
3333
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
3434
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
3535

36-
37-
version "4.5.4"
38-
resolved "https://registry.yarnpkg.com/bash-language-server/-/bash-language-server-4.5.4.tgz#38b21ac73245adecfa8c7995f5cc37452636b06b"
39-
integrity sha512-5sYXE1r2oiHjDe1zmNb0sn58MewYrDZwXuP0Rup6errwPJfXAONSLn300i35u773lN1yNJxYZZqVJ4uAgeKzmw==
36+
37+
version "4.5.5"
38+
resolved "https://registry.yarnpkg.com/bash-language-server/-/bash-language-server-4.5.5.tgz#29a480b7bd895d2a5df3b3070189a49feadc359f"
39+
integrity sha512-qGAp/btGI46tQvyg1Rdt8lzzT+tNjJc+j1M5h1pSvBIbj5dbJvHvziiG1CmLHQWI3m7/9TO1ehKMxE4BRWx1GA==
4040
dependencies:
4141
fast-glob "3.2.12"
4242
fuzzy-search "3.2.1"

0 commit comments

Comments
 (0)