Skip to content

Commit 85b3342

Browse files
committed
Release new vscode client
1 parent ca7f9d2 commit 85b3342

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

vscode-client/CHANGELOG.md

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

3-
## 1.20.0
3+
## 1.20.1
44

5-
- Upgrade language server to 4.0.0-beta.6 that enables ShellCheck code actions (quick fixes) and allows for changing settings while the extension is running.
5+
- Upgrade language server to 4.0.1 that enables ShellCheck code actions (quick fixes), remove duplicated error codes, add URLs and tags, support parsing dialects (sh, bash, dash, ksh) but still fallback to bash, enable configuring ShellCheck arguments using the `shellcheckArguments` configuration parameter and allows for changing settings while the extension is running.
66

77
## 1.18.0
88

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.20.0",
7+
"version": "1.20.1",
88
"publisher": "mads-hartmann",
99
"repository": {
1010
"type": "git",
@@ -69,7 +69,7 @@
6969
"vscode:prepublish": "cd .. && yarn run compile"
7070
},
7171
"dependencies": {
72-
"bash-language-server": "4.0.0-beta.6",
72+
"bash-language-server": "4.0.1",
7373
"vscode-languageclient": "8.0.2",
7474
"vscode-languageserver": "8.0.2"
7575
},

vscode-client/yarn.lock

Lines changed: 4 additions & 4 deletions
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-
bash-language-server@4.0.0-beta.6:
37-
version "4.0.0-beta.6"
38-
resolved "https://registry.yarnpkg.com/bash-language-server/-/bash-language-server-4.0.0-beta.6.tgz#a075d9cd1d6cfdb37d871a9128ef729046c4be0c"
39-
integrity sha512-aDjKi8Fz/UV8qQzbMGyzzX+06kURzbPlkNknUCfJNbz40+jUs9J3nOHzmBQa7lM1i6VB3jz2u6/QmCikjJe1Dw==
36+
bash-language-server@4.0.1:
37+
version "4.0.1"
38+
resolved "https://registry.yarnpkg.com/bash-language-server/-/bash-language-server-4.0.1.tgz#9c9cf16075c65dbba30bc66ea831a4b200b0a44b"
39+
integrity sha512-xAs4TtqlXnOV6BqjM5fGR2FgFSSjLyGLvz3FEJXe3d2vEaM2pOgCLfoHyoQ3IIUtZKZEL02dNn8mr/Ifhpj74g==
4040
dependencies:
4141
fast-glob "3.2.12"
4242
fuzzy-search "3.2.1"

0 commit comments

Comments
 (0)