Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release] debugAdapter: fix a bug where we are not sending back confi…
…guration done response This change is to address this bug: eclipse-theia/theia#8455. The Go extension is not able to continue past after hitting the breakpoint because `setConfigurationDoneRequest` is not sending back a response if the program is already running. This keeps Theia waiting for the response (which it never receives!). Change-Id: Ie416638793d4c4505d9dd6b9e34753b60188ac5d GitHub-Last-Rev: 5423aae GitHub-Pull-Request: golang#641 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/254959 Run-TryBot: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]> Trust: Quoc Truong <[email protected]> Trust: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> (cherry picked from commit 29cee47) Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/255677 Reviewed-by: Quoc Truong <[email protected]>
- Loading branch information