You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test/integration/goDebug.test.ts: include reasons for cwd test fail
The cwd tests were failing using dlv-dap. I investigated these
failures and discovered they were failing for two reasons.
1. The user specified cwd was not being applied during launch
2. There were no Output events being sent for noDebug
I updated the comments with a link to a PR to fix (1) and included
the issue that makes (2) fail. Although fixing (2) would cause these
tests to pass, there will probably be other work necessary to
implement noDebug.
Change-Id: Iefd3c02d26a99961513a5e386f7e784e88a869d4
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/295895
Trust: Suzy Mueller <[email protected]>
Run-TryBot: Suzy Mueller <[email protected]>
TryBot-Result: kokoro <[email protected]>
Reviewed-by: Polina Sokolova <[email protected]>
0 commit comments