File tree Expand file tree Collapse file tree 3 files changed +18
-11
lines changed Expand file tree Collapse file tree 3 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Bash IDE
2
2
3
+ ## 1.34.0
4
+
5
+ - Upgrade language server to 4.8.1.
6
+ - Use ShellCheck directives when analyzing source commands
7
+ - Support for bash options auto completions when using Brew or when ` pkg-config ` fails, but bash completions are found in ` "${PREFIX:-/usr}/share/bash-completion/bash_completion" `
8
+
9
+
3
10
## 1.33.0
4
11
5
12
- Upgrade language server to 4.6.2.
Original file line number Diff line number Diff line change 4
4
"description" : " A language server for Bash" ,
5
5
"author" : " Mads Hartmann" ,
6
6
"license" : " MIT" ,
7
- "version" : " 1.33 .0" ,
7
+ "version" : " 1.34 .0" ,
8
8
"publisher" : " mads-hartmann" ,
9
9
"repository" : {
10
10
"type" : " git" ,
80
80
"vscode:prepublish" : " cd .. && yarn run compile"
81
81
},
82
82
"dependencies" : {
83
- "bash-language-server" : " 4.6.2 " ,
83
+ "bash-language-server" : " 4.8.1 " ,
84
84
"vscode-languageclient" : " 8.1.0" ,
85
85
"vscode-languageserver" : " 8.0.2"
86
86
},
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ balanced-match@^1.0.0:
33
33
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
34
34
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
35
35
36
- bash-language-server@4.6.2 :
37
- version "4.6.2 "
38
- resolved "https://registry.yarnpkg.com/bash-language-server/-/bash-language-server-4.6.2 .tgz#3dca8d8fe6caf4f0f3d0c80cd34a4f2edf8a74af "
39
- integrity sha512-71mfSt3Q+EMkMCsTRB+26ysRXVxDEyhB0B9gDarxqeUHSc0GAr5CpIql/xeOo0cK5NiNgpOc/xzSj/3wBwc+bg ==
36
+ bash-language-server@4.8.1 :
37
+ version "4.8.1 "
38
+ resolved "https://registry.yarnpkg.com/bash-language-server/-/bash-language-server-4.8.1 .tgz#656b7407dcd136583ed9cf733e32c3e501d28749 "
39
+ integrity sha512-O/Hlg14TQxfEeAPoPT7gXjedVXB4TeMjEI6VM6CCxb3AyJwW0/2IR8kplA24fU0K4cYJYJsnH4RjdyMyPOUKEw ==
40
40
dependencies :
41
41
fast-glob "3.2.12"
42
42
fuzzy-search "3.2.1"
45
45
vscode-languageserver "8.0.2"
46
46
vscode-languageserver-textdocument "1.0.8"
47
47
web-tree-sitter "0.20.7"
48
- zod "3.20.2 "
48
+ zod "3.20.6 "
49
49
50
50
brace-expansion@^2.0.1 :
51
51
version "2.0.1"
@@ -282,7 +282,7 @@ yallist@^4.0.0:
282
282
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
283
283
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
284
284
285
-
286
- version "3.20.2 "
287
- resolved "https://registry.yarnpkg.com/zod/-/zod-3.20.2 .tgz#068606642c8f51b3333981f91c0a8ab37dfc2807 "
288
- integrity sha512-1MzNQdAvO+54H+EaK5YpyEy0T+Ejo/7YLHS93G3RnYWh5gaotGHwGeN/ZO687qEDU2y4CdStQYXVHIgrUl5UVQ ==
285
+
286
+ version "3.20.6 "
287
+ resolved "https://registry.yarnpkg.com/zod/-/zod-3.20.6 .tgz#2f2f08ff81291d47d99e86140fedb4e0db08361a "
288
+ integrity sha512-oyu0m54SGCtzh6EClBVqDDlAYRz4jrVtKwQ7ZnsEmMI9HnzuZFj8QFwAY1M5uniIYACdGvv0PBWPF2kO0aNofA ==
You can’t perform that action at this time.
0 commit comments