Skip to content

Commit 0c27fe3

Browse files
committed
Prepare bash-ide-vscode for release 1.9.0
1 parent 584e018 commit 0c27fe3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

vscode-client/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Bash IDE
22

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+
37
## 1.8.0
48

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`
610

711
## 1.7.0
812

vscode-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A language server for Bash",
55
"author": "Mads Hartmann",
66
"license": "MIT",
7-
"version": "1.8.0",
7+
"version": "1.9.0",
88
"publisher": "mads-hartmann",
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)