-
Notifications
You must be signed in to change notification settings - Fork 799
extension/src/goTest: do not open Debug Console when debug.internalConsoleOptions is neverOpen #3601
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
Conversation
This PR (HEAD: e8df273) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/vscode-go/+/627675. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/627675. |
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be Please don’t reply on this GitHub thread. Visit golang.org/cl/627675. |
Message from Hyang-Ah Hana Kim: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/627675. |
Message from Hyang-Ah Hana Kim: Patch Set 1: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/627675. |
Message from kokoro: Patch Set 1: Kokoro presubmit build queued for golang/vscode-go/gcp_ubuntu/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/627675. |
Message from kokoro: Patch Set 1: Kokoro presubmit build starting for golang/vscode-go/gcp_ubuntu/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/627675. |
Message from kokoro: Patch Set 1: kokoro-CI-1 Kokoro presubmit build finished with status: FAILURE Please don’t reply on this GitHub thread. Visit golang.org/cl/627675. |
Message from Hyang-Ah Hana Kim: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/627675. |
Message from Hyang-Ah Hana Kim: Patch Set 1: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/627675. |
Message from kokoro: Patch Set 2: Kokoro presubmit build queued for golang/vscode-go/gcp_ubuntu/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/627675. |
Message from kokoro: Patch Set 2: Kokoro presubmit build starting for golang/vscode-go/gcp_ubuntu/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/627675. |
Message from kokoro: Patch Set 2: kokoro-CI-1 Kokoro presubmit build finished with status: FAILURE Please don’t reply on this GitHub thread. Visit golang.org/cl/627675. |
Message from Hyang-Ah Hana Kim: Patch Set 3: Code-Review+2 Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/627675. |
Message from kokoro: Patch Set 3: Kokoro presubmit build queued for golang/vscode-go/gcp_ubuntu/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/627675. |
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/627675. |
Message from kokoro: Patch Set 3: kokoro-CI+1 Kokoro presubmit build finished with status: SUCCESS Please don’t reply on this GitHub thread. Visit golang.org/cl/627675. |
Message from Hongxiang Jiang: Patch Set 3: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/627675. |
Message from Hyang-Ah Hana Kim: Patch Set 4: Auto-Submit+1 Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/627675. |
…nsoleOptions is neverOpen Reference: microsoft/vscode#11372 (not vscode's bug, but of extension) Change-Id: I5f5ff6c22d6017c27601987b517aed664b9481b0 GitHub-Last-Rev: e8df273 GitHub-Pull-Request: #3601 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/627675 Reviewed-by: Hyang-Ah Hana Kim <[email protected]> kokoro-CI: kokoro <[email protected]> Reviewed-by: Hongxiang Jiang <[email protected]> Commit-Queue: Hyang-Ah Hana Kim <[email protected]> Auto-Submit: Hyang-Ah Hana Kim <[email protected]>
Message from kokoro: Patch Set 4: Kokoro presubmit build queued for golang/vscode-go/gcp_ubuntu/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/627675. |
Message from kokoro: Patch Set 4: Kokoro presubmit build starting for golang/vscode-go/gcp_ubuntu/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/627675. |
This PR is being closed because golang.org/cl/627675 has been merged. |
Reference: microsoft/vscode#11372 (not vscode's bug, but of extension)