-
Notifications
You must be signed in to change notification settings - Fork 815
extension: add debug menu for var show in doc #3818
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
Adds a context-menu entry in the Variables views that opens the selected string value in a new editor tab, rendering real newlines instead of escape sequences. Fixes golang#3817
This PR (HEAD: b04ab94) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/vscode-go/+/690675. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/690675. |
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/690675. |
Message from Ethan Reesor: Patch Set 2: Commit-Queue+1 (5 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/690675. |
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-07-26T21:07:15Z","revision":"dd5438d74b8b10f1f8e2e6f22a9f76cc062c9e9c"} Please don’t reply on this GitHub thread. Visit golang.org/cl/690675. |
Message from Ethan Reesor: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/690675. |
Message from Go LUCI: Patch Set 2: This CL has failed the run. Reason: Tryjob golang/try/x_vscode-go-go1.24-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/690675. |
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/690675. |
Also extended Delve context (clipboard) request used for longer strings
This PR (HEAD: e35a9e8) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/vscode-go/+/690675. Important tips:
|
Message from Maxim Kern: Patch Set 2: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/690675. |
Message from Maxim Kern: Patch Set 3: (4 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/690675. |
Message from Ethan Reesor: Patch Set 3: Code-Review+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/690675. |
Message from Ethan Reesor: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/690675. |
Message from Ethan Reesor: Patch Set 3: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/690675. |
Message from Go LUCI: Patch Set 3: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-07-29T17:50:40Z","revision":"52c0b46d43ae0f232727f7cf89a3e432c584dc63"} Please don’t reply on this GitHub thread. Visit golang.org/cl/690675. |
Message from Ethan Reesor: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/690675. |
Message from Ethan Reesor: Patch Set 3: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/690675. |
Message from Go LUCI: Patch Set 3: This CL has failed the run. Reason: Tryjob golang/try/x_vscode-go-go1.25-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/690675. |
Message from Go LUCI: Patch Set 3: LUCI-TryBot-Result-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/690675. |
Message from Hongxiang Jiang: Patch Set 4: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/690675. |
Message from Go LUCI: Patch Set 4: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-07-29T18:35:57Z","revision":"c5b640bf456d1c303d4fcc5fbcd3066425f80cd2"} Please don’t reply on this GitHub thread. Visit golang.org/cl/690675. |
Message from Hongxiang Jiang: Patch Set 4: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/690675. |
Message from Go LUCI: Patch Set 4: 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/690675. |
Message from Go LUCI: Patch Set 4: LUCI-TryBot-Result-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/690675. |
This PR (HEAD: 38e47f0) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/vscode-go/+/690675. Important tips:
|
Message from Maxim Kern: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/690675. |
Message from Hongxiang Jiang: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/690675. |
Message from Hongxiang Jiang: Patch Set 7: (8 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/690675. |
Fixes #3817