-
Notifications
You must be signed in to change notification settings - Fork 764
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
src/debugAdapter: disable stackTrace error pop-ups #1236
Conversation
This PR (HEAD: 3bf6d6d) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/293530 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: b860a18) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/293530 to see it. Tip: You can toggle comments from me using the |
Message from Hyang-Ah Hana Kim: Patch Set 3: Run-TryBot+1 Code-Review+2 Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/293530. |
Message from kokoro: Patch Set 3: Kokoro presubmit build starting for golang/vscode-go/gcp_ubuntu/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/293530. |
Message from kokoro: Patch Set 3: TryBot-Result+1 Kokoro presubmit build finished with status: SUCCESS Please don’t reply on this GitHub thread. Visit golang.org/cl/293530. |
Message from Hyang-Ah Hana Kim: Patch Set 4: Code-Review+2 Trust+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/293530. |
Message from Polina Sokolova: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/293530. |
This PR (HEAD: b3a2611) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/293530 to see it. Tip: You can toggle comments from me using the |
The errors already show up in the UI under CALL STACK, so the pop-ups just get in the way. Updates #179 Change-Id: I3ba1e7c65c363e00d16b0962a83b0f873bfd0e60 GitHub-Last-Rev: b3a2611 GitHub-Pull-Request: #1236 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/293530 Reviewed-by: Hyang-Ah Hana Kim <[email protected]> Trust: Hyang-Ah Hana Kim <[email protected]> Trust: Polina Sokolova <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
This PR is being closed because golang.org/cl/293530 has been merged. |
The errors already show up in the UI under CALL STACK, so the pop-ups just get in the way.
Updates #179