-
Notifications
You must be signed in to change notification settings - Fork 816
extension/package.json: fix typo in debug/callstack/context #3778
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
base: master
Are you sure you want to change the base?
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
This PR (HEAD: 960b9bc) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/vscode-go/+/679795. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/679795. |
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/679795. |
Message from Сергей Дружков: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/679795. |
Message from Сергей Дружков: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/679795. |
Message from Madeline Kalil: Patch Set 2: Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/679795. |
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-07-21T14:35:38Z","revision":"f88e4e04c97736bd6da1dd735e6d194159a9ee73"} Please don’t reply on this GitHub thread. Visit golang.org/cl/679795. |
Message from Madeline Kalil: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/679795. |
Message from Go LUCI: Patch Set 2: This CL has failed the run. Reason: Tryjob golang/try/x_vscode-go-gotip-linux-amd64_docker has failed with summary (view all results):
To reproduce, try Additional links for debugging: Please don’t reply on this GitHub thread. Visit golang.org/cl/679795. |
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/679795. |
This PR (HEAD: 5d2a74e) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/vscode-go/+/679795. Important tips:
|
Message from Сергей Дружков: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/679795. |
Message from Hongxiang Jiang: Patch Set 3: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/679795. |
Message from Go LUCI: Patch Set 3: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-07-23T21:11:54Z","revision":"c37902ba952b90ffab0a0c93768526d5f370a305"} Please don’t reply on this GitHub thread. Visit golang.org/cl/679795. |
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/679795. |
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/679795. |
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/679795. |
Message from Hongxiang Jiang: Patch Set 3: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/679795. |
Message from Go LUCI: Patch Set 3: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/679795. |
Message from Go LUCI: Patch Set 3: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/679795. |
This patch fixes problem when user try debug not golang program, but see
"Go: Toggle Hide System Goroutines" command for threads in callstack view.