-
Notifications
You must be signed in to change notification settings - Fork 758
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/goDebugFactory: start dlv-dap lazily
Do not start dlv-dap until we receive a message from the client and have to send a message to the dlv-dap. This is because we want to start dlv dap through RunInTerminal for console:integrated/external and we cannot know whether client-side session setup (including handling RunInTerminal request) is ready until the first message from the client (i.e. the `initialize` request) arrives. Updates #124 Change-Id: Ia9ce375bb07d852f705b0f95eb0ceb380521ef01 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/358536 Trust: Hyang-Ah Hana Kim <hyangah@gmail.com> Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com> Reviewed-by: Suzy Mueller <suzmue@golang.org>
- Loading branch information
Showing
1 changed file
with
69 additions
and
60 deletions.
There are no files selected for viewing
This file contains 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