Skip to content

Commit eeaaada

Browse files
committed
Release vscode extension 1.28
1 parent fd9e56c commit eeaaada

File tree

3 files changed

+20
-13
lines changed

3 files changed

+20
-13
lines changed

vscode-client/CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Bash IDE
22

3+
## 1.28.0
4+
5+
- Upgrade language server to 4.5.0.
6+
- Include 30 snippets for language constructs (e.g. `if`), builtins (e.g. `test`), expansions (e.g. `[##]`), and external programs (e.g. `sed`).
7+
- Improved source command parsing.
8+
- Includes diagnostics when we fail to analyze source commands.
9+
- Logging is improved and configurable.
10+
311
## 1.27.0
412

5-
- Snippets are now included! https://github.com/bash-lsp/bash-language-server/pull/664
6-
- Upgrade language server to 4.4.0 which improves source command parsing and includes diagnostics when we fail to analyze source commands. Logging is also improved and configurable.
13+
- FAULTY RELEASE. The server was stuck on version 4.2.5, but new logging configuration was shipped which made the server fail loading the configuration.
714

815
## 1.26.0
916

vscode-client/package.json

Lines changed: 2 additions & 2 deletions
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.27.0",
7+
"version": "1.28.0",
88
"publisher": "mads-hartmann",
99
"repository": {
1010
"type": "git",
@@ -85,7 +85,7 @@
8585
"vscode:prepublish": "cd .. && yarn run compile"
8686
},
8787
"dependencies": {
88-
"bash-language-server": "4.2.5",
88+
"bash-language-server": "4.5.0",
8989
"vscode-languageclient": "8.0.2",
9090
"vscode-languageserver": "8.0.2"
9191
},

vscode-client/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ 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-
bash-language-server@4.2.5:
37-
version "4.2.5"
38-
resolved "https://registry.yarnpkg.com/bash-language-server/-/bash-language-server-4.2.5.tgz#9aaa360409db7938020dc46d4ec3d1d7980cb5a6"
39-
integrity sha512-JvxyqoMcRoiKm9FWojVx1tdWkUOkoARw4gc/lQIWmHtmzJngy1UrzfU6BNjRQA8NkZJkWHioqvLOVrEd+mVNKg==
36+
bash-language-server@4.5.0:
37+
version "4.5.0"
38+
resolved "https://registry.yarnpkg.com/bash-language-server/-/bash-language-server-4.5.0.tgz#bee083a8e5ea7bfaba5fd703ca3647f3f13b5688"
39+
integrity sha512-Vnq+3KScmrj6MYujzUhiZ4DJDMI/Pyc5EC2gxi1bIW8Qg+ASlOeUnm485/3Q6Ro3jNf+T6E9opQFbh6O606xfg==
4040
dependencies:
4141
fast-glob "3.2.12"
4242
fuzzy-search "3.2.1"
43-
node-fetch "2.6.7"
43+
node-fetch "2.6.8"
4444
turndown "7.1.1"
4545
urijs "1.19.11"
4646
vscode-languageserver "8.0.2"
@@ -154,10 +154,10 @@ minimatch@^3.0.4:
154154
dependencies:
155155
brace-expansion "^1.1.7"
156156

157-
node-fetch@2.6.7:
158-
version "2.6.7"
159-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
160-
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
157+
node-fetch@2.6.8:
158+
version "2.6.8"
159+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.8.tgz#a68d30b162bc1d8fd71a367e81b997e1f4d4937e"
160+
integrity sha512-RZ6dBYuj8dRSfxpUSu+NsdF1dpPpluJxwOp+6IoDp/sH2QNDSvurYsAa+F1WxY2RjA1iP93xhcsUoYbF2XBqVg==
161161
dependencies:
162162
whatwg-url "^5.0.0"
163163

0 commit comments

Comments
 (0)