-
Notifications
You must be signed in to change notification settings - Fork 797
debug dlvdap: clean up package.json to fit the new DA #271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Also don't need "rpc" as a logOutput option in dap mode. |
Change https://golang.org/cl/240417 mentions this issue: |
gopherbot
pushed a commit
that referenced
this issue
Jul 1, 2020
Updates #23 This DA serves as a DAP proxy between the editor and a DAP-capable Delve. Right now all it does is launch Delve (in DAP mode) when LaunchRequest is received from the editor, and then relays all messages between the editor and Delve back and forth. package.json section is copied from the current DA as-is. Some of its options will be removed and cleaned up in the subsequent PRs to make the diffs more obvious (see #271). Change-Id: I3493c5ee1d9e80071a17ea32c04a15eb021c8006 GitHub-Last-Rev: ddd68dc GitHub-Pull-Request: #267 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/240417 Reviewed-by: Polina Sokolova <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
Change https://golang.org/cl/241097 mentions this issue: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Follow up on
package.json
suggestions in the review: #267The text was updated successfully, but these errors were encountered: