File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Bash IDE
2
2
3
+ ## 1.6.0
4
+
5
+ * Upgrade LSP to 1.9.0 (Skip analyzing files with a non-bash shebang)
6
+
3
7
## 1.5.0
4
8
5
9
* Upgrade LSP to 1.8.0 (PATH tilde expansion, builtins and man pages formatting, pre-analyzes more files than just .sh)
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.5 .0" ,
7
+ "version" : " 1.6 .0" ,
8
8
"publisher" : " mads-hartmann" ,
9
9
"repository" : {
10
10
"type" : " git" ,
57
57
"postinstall" : " vscode-install"
58
58
},
59
59
"dependencies" : {
60
- "bash-language-server" : " 1.8 .0" ,
60
+ "bash-language-server" : " ^1.9 .0" ,
61
61
"vscode-languageclient" : " ^5.2.1" ,
62
62
"vscode-languageserver" : " ^5.2.1"
63
63
},
Original file line number Diff line number Diff line change @@ -82,10 +82,10 @@ balanced-match@^1.0.0:
82
82
version "1.0.0"
83
83
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
84
84
85
- bash-language-server@1.8 .0 :
86
- version "1.8 .0"
87
- resolved "https://registry.yarnpkg.com/bash-language-server/-/bash-language-server-1.8 .0.tgz#bd086cc74123dcc70712dfbaff370e8d2978af16 "
88
- integrity sha512-qtHfFMbxX0moz0+C5ZYiV9N227KObJUWIfUURC1r5iorA98530dWkNrNet9R7fQCWzbTUlupbZIEj50uJl45Qg ==
85
+ bash-language-server@^1.9 .0 :
86
+ version "1.9 .0"
87
+ resolved "https://registry.yarnpkg.com/bash-language-server/-/bash-language-server-1.9 .0.tgz#b0878f3ee8776064f7f9f5782c9e53bdbf3345d2 "
88
+ integrity sha512-ApCrZ2BXSrxQ7sCl/cyg6FY0HSSp+uNUNoKvVFlvM1pT0mBAns2wdDKCk0rdEIQzWDSaIqx/nAzJASYAYP3V+A ==
89
89
dependencies :
90
90
glob "^7.1.6"
91
91
request "^2.83.0"
You can’t perform that action at this time.
0 commit comments