File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
9
## Version 0.1.0
4
10
* Initial release
Original file line number Diff line number Diff line change 2
2
"name" : " visualvm-vscode" ,
3
3
"displayName" : " VisualVM for VS Code" ,
4
4
"description" : " VisualVM integration for Visual Studio Code" ,
5
- "version" : " 0.1 .0" ,
5
+ "version" : " 0.2 .0" ,
6
6
"preview" : true ,
7
7
"license" : " GPLv2+CPE" ,
8
8
"publisher" : " oracle-labs-graalvm" ,
You can’t perform that action at this time.
0 commit comments