Skip to content

Commit 535d20b

Browse files
authored
up version to 0.22.4 (#979)
Signed-off-by: Yan Zhang <[email protected]>
1 parent be3801c commit 535d20b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 0.22.4
4+
### Fixed
5+
- Fix: Cannot read properties of undefined (reading 'startsWith') [#968](https://github.com/microsoft/vscode-java-pack/pull/968)
6+
- Retire outdated tour page. [#978](https://github.com/microsoft/vscode-java-pack/pull/978)
7+
38
## 0.22.3
49
### Changed
510
- Use new setting `java.help.collectErrorLog` to control whether to collect detailed diagnostic information.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Extension Pack for Java",
44
"description": "Popular extensions for Java development that provides Java IntelliSense, debugging, testing, Maven/Gradle support, project management and more",
55
"license": "MIT",
6-
"version": "0.22.3",
6+
"version": "0.22.4",
77
"publisher": "vscjava",
88
"preview": true,
99
"engines": {

0 commit comments

Comments
 (0)