File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
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" ,
You can’t perform that action at this time.
0 commit comments