You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vscode-client/CHANGELOG.md
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,28 @@
1
1
# Bash IDE
2
2
3
+
## 1.9.1
4
+
5
+
* Upgrade language server to 1.13.1 (improved file lookup error handling)
6
+
3
7
## 1.9.0
4
8
5
-
* Upgrade LSP to 1.13.0 (improved completion handler with suggestions based on variables and functions found in the workspace)
9
+
* Upgrade language server to 1.13.0 (improved completion handler with suggestions based on variables and functions found in the workspace)
6
10
7
11
## 1.8.0
8
12
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`
13
+
* Upgrade language server to 1.11.1 (support for workspace symbols). This can for example be used by doing `Command + P` and then write `# someSearchQuery`
10
14
11
15
## 1.7.0
12
16
13
-
* Upgrade LSP to 1.10.0 (improved completion handler)
17
+
* Upgrade language server to 1.10.0 (improved completion handler)
14
18
15
19
## 1.6.0
16
20
17
-
* Upgrade LSP to 1.9.0 (skip analyzing files with a non-bash shebang)
21
+
* Upgrade language server to 1.9.0 (skip analyzing files with a non-bash shebang)
18
22
19
23
## 1.5.0
20
24
21
-
* Upgrade LSP to 1.8.0 (PATH tilde expansion, builtins and man pages formatting, pre-analyzes more files than just .sh)
25
+
* Upgrade language server to 1.8.0 (PATH tilde expansion, builtins and man pages formatting, pre-analyzes more files than just .sh)
0 commit comments