File tree Expand file tree Collapse file tree 3 files changed +58
-235
lines changed Expand file tree Collapse file tree 3 files changed +58
-235
lines changed Original file line number Diff line number Diff line change 1
1
# Bash IDE
2
2
3
+ ## 1.9.0
4
+
5
+ * Upgrade LSP to 1.13.0 (improved completion handler with suggestions based on variables and functions found in the workspace)
6
+
3
7
## 1.8.0
4
8
5
- * Upgrade LSP to 1.11.1 (support for workspace symbols). This can for example be used by doing ` Command + P ` and then write ` # someSearchQuery ` .
9
+ * Upgrade LSP to 1.11.1 (support for workspace symbols). This can for example be used by doing ` Command + P ` and then write ` # someSearchQuery `
6
10
7
11
## 1.7.0
8
12
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.8 .0" ,
7
+ "version" : " 1.9 .0" ,
8
8
"publisher" : " mads-hartmann" ,
9
9
"repository" : {
10
10
"type" : " git" ,
52
52
"scripts" : {
53
53
"vscode:prepublish" : " yarn run compile" ,
54
54
"compile" : " rm -rf out && ../node_modules/.bin/tsc -p ./" ,
55
- "compile:watch" : " ../node_modules/.bin/tsc -w -p ./" ,
56
- "update-vscode" : " vscode-install" ,
57
- "postinstall" : " vscode-install"
55
+ "compile:watch" : " ../node_modules/.bin/tsc -w -p ./"
58
56
},
59
57
"dependencies" : {
60
- "bash-language-server" : " 1.11.1 " ,
61
- "vscode-languageclient" : " ^5.2.1 " ,
62
- "vscode-languageserver" : " ^5.2 .1"
58
+ "bash-language-server" : " 1.13.0 " ,
59
+ "vscode-languageclient" : " ^6.1.3 " ,
60
+ "vscode-languageserver" : " ^6.1 .1"
63
61
},
64
62
"devDependencies" : {
65
- "vscode" : " ^1.1.34 "
63
+ "@types/ vscode" : " ^1.44.0 "
66
64
}
67
65
}
You can’t perform that action at this time.
0 commit comments