Update changelog for 0.2.0#104
Merged
Merged
Conversation
andxu
previously approved these changes
Oct 19, 2017
testforstephen
previously approved these changes
Oct 19, 2017
akaroml
requested changes
Oct 19, 2017
| ## [Unreleased] | ||
| ## 0.2.0 - 2017-10-20 | ||
| ### Added | ||
| - Automatically resolve main class in launching. See [Issue#9](https://github.com/Microsoft/vscode-java-debug/issues/9) |
Member
There was a problem hiding this comment.
in launching -> during launching
| - Fully support external source files together with changes from VSCode. See [PR#58](https://github.com/Microsoft/java-debug/pull/58) | ||
|
|
||
| ### Changed | ||
| - Adopt the new VSCode Debug protocol. See [PR#87](https://github.com/Microsoft/vscode-java-debug/pull/87) |
Member
There was a problem hiding this comment.
Adopt the new DebugConfigurationProvider protocol of VS Code.
|
|
||
| ### Changed | ||
| - Adopt the new VSCode Debug protocol. See [PR#87](https://github.com/Microsoft/vscode-java-debug/pull/87) | ||
| - Display stackframe name with format ClassName.MethodName(ParameterList). See [PR#73](https://github.com/Microsoft/java-debug/pull/73) |
Member
There was a problem hiding this comment.
Display function names in the format of ClassName.MethodName(Parameter List...).
| - Improve the call stack display info for files without sources. See [PR#72](https://github.com/Microsoft/java-debug/pull/72) | ||
|
|
||
| ### Fixed | ||
| - Fix the inconsistent URI issue for set breakpoint request. See [PR#84](https://github.com/Microsoft/java-debug/pull/84) |
Signed-off-by: Yaohai Zheng <yaozheng@microsoft.com>
akaroml
approved these changes
Oct 19, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@akaroml @hexiaokai @andxu @testforstephen @ansyral