Skip to content

Commit 03136ee

Browse files
committed
Release vscode extension 1.29
1 parent 1d4a112 commit 03136ee

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

vscode-client/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Bash IDE
22

3+
## 1.29.0
4+
5+
- Upgrade language server to 4.5.1.
6+
- Improved parsing of global declarations.
7+
- Skip completions in the middle of a non word when the following characters is not an empty list or whitespace.
8+
- Remove infrequent and rather useless "Failed to parse" diagnostics and the `highlightParsingErrors` configuration option – the tree sitter parser is actually rather good at error recovery. Note that these messages will now be shown in the log.
9+
310
## 1.28.0
411

512
- Upgrade language server to 4.5.0.

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.28.0",
7+
"version": "1.29.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.0",
83+
"bash-language-server": "4.5.1",
8484
"vscode-languageclient": "8.0.2",
8585
"vscode-languageserver": "8.0.2"
8686
},

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.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==
36+
bash-language-server@4.5.1:
37+
version "4.5.1"
38+
resolved "https://registry.yarnpkg.com/bash-language-server/-/bash-language-server-4.5.1.tgz#e1b8ae962b4ea2f33c1b28ccbc81246e79cfdf99"
39+
integrity sha512-5vCFA1xwsuRcAt0qaFLhRgUoBskUTGwRpaiXKBrDw1WXWS+d3kkdBjTbrGouxuFcb2OrOPYSXf41xsEbEG8u/Q==
4040
dependencies:
4141
fast-glob "3.2.12"
4242
fuzzy-search "3.2.1"

0 commit comments

Comments
 (0)