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 11# Bash IDE
22
3+ ## 1.10.2
4+
5+ * Upgrade language server to 1.16.1 (fix brace expansion bug and crash when bash is not installed)
6+
37## 1.10.1
48
59* Upgrade language server to 1.16.0 (improved completion support for parameters)
Original file line number Diff line number Diff line change 44 "description" : " A language server for Bash" ,
55 "author" : " Mads Hartmann" ,
66 "license" : " MIT" ,
7- "version" : " 1.10.1 " ,
7+ "version" : " 1.10.2 " ,
88 "publisher" : " mads-hartmann" ,
99 "repository" : {
1010 "type" : " git" ,
5353 "vscode:prepublish" : " cd .. && yarn run compile"
5454 },
5555 "dependencies" : {
56- "bash-language-server" : " 1.16.0 " ,
56+ "bash-language-server" : " 1.16.1 " ,
5757 "vscode-languageclient" : " ^6.1.3" ,
5858 "vscode-languageserver" : " ^6.1.1"
5959 },
Original file line number Diff line number Diff line change @@ -80,10 +80,10 @@ balanced-match@^1.0.0:
8080 version "1.0.0"
8181 resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
8282
83- bash-language-server@1.16.0 :
84- version "1.16.0 "
85- resolved "https://registry.yarnpkg.com/bash-language-server/-/bash-language-server-1.16.0 .tgz#2e0803e44abb829f7ab785238edfa67ff8bdb04b "
86- integrity sha512-K5kj/6A6bl1iwhH5d1EbaE6sq5PiCP7Iq4qImfrMoM2kqCMobXMhrauUPh0a2UrdIOnlZlmuPPnJ6PSo20aKCw ==
83+ bash-language-server@1.16.1 :
84+ version "1.16.1 "
85+ resolved "https://registry.yarnpkg.com/bash-language-server/-/bash-language-server-1.16.1 .tgz#e3896cd280ceee4d6582a3a976b0b7b0beae8d6e "
86+ integrity sha512-IS1Ix7qyRq7GTMXqhHUF44yY89i/1Ucn5KFLimEfDpwU1f3GvbV9VnDpqpG6kedJsl2LigEthSnoVlzaOwgt0g ==
8787 dependencies :
8888 fuzzy-search "^3.2.1"
8989 glob "^7.1.6"
You can’t perform that action at this time.
0 commit comments