Skip to content

Commit 5cc5ea9

Browse files
committed
Version 0.2.0, CHANGELOG.md
1 parent 90536c4 commit 5cc5ea9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

integrations/vscode/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Change Log
22

3+
## Version 0.2.0
4+
* [GH-570](https://github.com/oracle/visualvm/issues/570): (enhancement) VSCode Extension - add custom cpu profiler filter
5+
* [GH-572](https://github.com/oracle/visualvm/issues/572): (bugfix) VSCode Extension - JDK Path with Spaces not working
6+
* [GH-576](https://github.com/oracle/visualvm/issues/576): (bugfix) VS Code Extension - Usability Issues on macOS
7+
* [GH-581](https://github.com/oracle/visualvm/issues/581): (bugfix) Conflict between vscode visualvm extension and run test with coverage
8+
39
## Version 0.1.0
410
* Initial release

integrations/vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "visualvm-vscode",
33
"displayName": "VisualVM for VS Code",
44
"description": "VisualVM integration for Visual Studio Code",
5-
"version": "0.1.0",
5+
"version": "0.2.0",
66
"preview": true,
77
"license": "GPLv2+CPE",
88
"publisher": "oracle-labs-graalvm",

0 commit comments

Comments
 (0)