-
Notifications
You must be signed in to change notification settings - Fork 397
Add change log for 0.13.0 #435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
CHANGELOG.md
Outdated
|
|
||
| ## 0.13.0 - 2018-9-19 | ||
| ### Added | ||
| - Use code lens to run java program in much simpler way. [#375](https://github.com/Microsoft/vscode-java-debug/issues/375). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"in a much simpler way" ?
Eskibear
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, better let others to take a look.
CHANGELOG.md
Outdated
| - Fix: Still include test classes in classpaths when auto resolve maven project. [#378](https://github.com/Microsoft/vscode-java-debug/issues/378). | ||
| - Fix: Duplicate class path during launching. [#370](https://github.com/Microsoft/vscode-java-debug/issues/370). | ||
| - Fix: Update Active Editor oct icon to file instead of clock. [#403](https://github.com/Microsoft/vscode-java-debug/issues/403). | ||
| - Fix: Launching the same JDK as java language server other than JRE. [#366](https://github.com/Microsoft/vscode-java-debug/issues/366). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix: Launching the debuggee with the same JDK as java language server instead of JRE.
CHANGELOG.md
Outdated
| - Fix: Duplicate class path during launching. [#370](https://github.com/Microsoft/vscode-java-debug/issues/370). | ||
| - Fix: Update Active Editor oct icon to file instead of clock. [#403](https://github.com/Microsoft/vscode-java-debug/issues/403). | ||
| - Fix: Launching the same JDK as java language server other than JRE. [#366](https://github.com/Microsoft/vscode-java-debug/issues/366). | ||
| - Fix: Should not pop up error window many times for logpoints in a loop. [#360](https://github.com/Microsoft/vscode-java-debug/issues/390). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should not ==> Avoid
CHANGELOG.md
Outdated
| ### Added | ||
| - Use code lens to run java program in a much simpler way. [#375](https://github.com/Microsoft/vscode-java-debug/issues/375). | ||
| - Make vmArgs accept an array. [#389](https://github.com/Microsoft/vscode-java-debug/issues/389). | ||
| - Make mainClass accept variable. [#85](https://github.com/Microsoft/vscode-java-debug/issues/85). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"accept a variable" or "accept variables" ?
CHANGELOG.md
Outdated
| - Fix: Still include test classes in classpaths when auto resolve maven project. [#378](https://github.com/Microsoft/vscode-java-debug/issues/378). | ||
| - Fix: Duplicate class path during launching. [#370](https://github.com/Microsoft/vscode-java-debug/issues/370). | ||
| - Fix: Update Active Editor oct icon to file instead of clock. [#403](https://github.com/Microsoft/vscode-java-debug/issues/403). | ||
| - Fix: Launching the same JDK as java language server other than JRE. [#366](https://github.com/Microsoft/vscode-java-debug/issues/366). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix: Launching the same JDK as the java language server
CHANGELOG.md
Outdated
| ## 0.13.0 - 2018-9-19 | ||
| ### Added | ||
| - Use code lens to run java program in a much simpler way. [#375](https://github.com/Microsoft/vscode-java-debug/issues/375). | ||
| - Make vmArgs accept an array. [#389](https://github.com/Microsoft/vscode-java-debug/issues/389). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make args/vmArgs accept an array.
No description provided.