From 43ebb5638412c1e5271329d6a3a9ad17ee6805d3 Mon Sep 17 00:00:00 2001 From: Jinbo Wang Date: Wed, 19 Sep 2018 15:35:58 +0800 Subject: [PATCH 1/2] Update changelog Signed-off-by: Jinbo Wang --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaf6a40e..9581e3d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Fix: Update Active Editor oct icon to file instead of clock. [#403](https://github.com/Microsoft/vscode-java-debug/issues/403). - Fix: Launching the debuggee with the same JDK as java language server instead of JRE. [#366](https://github.com/Microsoft/vscode-java-debug/issues/366). - Fix: Avoid pop up error window many times for logpoints in a loop. [#360](https://github.com/Microsoft/vscode-java-debug/issues/390). +- Fix: Debug buttons disabled. [#411](https://github.com/Microsoft/vscode-java-debug/issues/411) +- Fix: ContinueResponse is sent after StoppedEvent - should be opposite. [java-debug#134](https://github.com/Microsoft/java-debug/issues/134) ## 0.12.2 - 2018-9-6 ### Fixed From 9a9ca433a6979bfd55089147959f539b7aa46ca4 Mon Sep 17 00:00:00 2001 From: Jinbo Wang Date: Wed, 19 Sep 2018 15:39:21 +0800 Subject: [PATCH 2/2] Update changelog per review --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9581e3d8..8779cc2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Fix: Launching the debuggee with the same JDK as java language server instead of JRE. [#366](https://github.com/Microsoft/vscode-java-debug/issues/366). - Fix: Avoid pop up error window many times for logpoints in a loop. [#360](https://github.com/Microsoft/vscode-java-debug/issues/390). - Fix: Debug buttons disabled. [#411](https://github.com/Microsoft/vscode-java-debug/issues/411) -- Fix: ContinueResponse is sent after StoppedEvent - should be opposite. [java-debug#134](https://github.com/Microsoft/java-debug/issues/134) +- Fix: StepResponse/ContinueResponse should be sent before StoppedEvent. [java-debug#134](https://github.com/Microsoft/java-debug/issues/134) ## 0.12.2 - 2018-9-6 ### Fixed