-
Notifications
You must be signed in to change notification settings - Fork 767
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/debugAdapter2: launch as an external process, and fix config
Eventually we want to inline the debug adapter, but until it gets more stable and becomes the default adapter, let's launch it as a separate process to isolate failures. This is handled by the definition in package.json. In order to avoid accidental installation of the process-wide uncaughtException handler when we switch back to the inline mode, move the handler out of goDlvDebug.ts. Also, fixes the default configuration provider for delve dap debug adapter. It should use 'godlvdap' as the type. Fixes #469 Updates #23 Change-Id: I4df2fff51c703995fd557fe5595a367d7048bd7b Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/246777 Reviewed-by: Polina Sokolova <polina@google.com>
- Loading branch information
Showing
4 changed files
with
22 additions
and
25 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
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
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
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