Skip to content

Commit 631364b

Browse files
DrSergeih9jiang
authored andcommitted
extension/package.json: fix typo in debug/callstack/context
This patch fixes problem when user try debug not golang program, but see "Go: Toggle Hide System Goroutines" command for threads in callstack view. Change-Id: I3eb622fa6f6b913d107c50145d2061a0a977e7a5 GitHub-Last-Rev: 5d2a74e GitHub-Pull-Request: #3778 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/679795 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Madeline Kalil <[email protected]> Reviewed-by: Hongxiang Jiang <[email protected]>
1 parent 3243d2a commit 631364b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3492,7 +3492,7 @@
34923492
"debug/callstack/context": [
34933493
{
34943494
"command": "go.debug.toggleHideSystemGoroutines",
3495-
"when": "debugType == 'go' && callStackItemType == 'stackFrame' || (callStackItemType == 'thread' && callStackItemStopped)"
3495+
"when": "debugType == 'go' && (callStackItemType == 'stackFrame' || (callStackItemType == 'thread' && callStackItemStopped))"
34963496
}
34973497
],
34983498
"editor/context": [

0 commit comments

Comments
 (0)