Skip to content

Commit 5d2a74e

Browse files
committed
extension/package.json: fix typo in debug/callstack/context
1 parent 7301453 commit 5d2a74e

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
@@ -3487,7 +3487,7 @@
34873487
"debug/callstack/context": [
34883488
{
34893489
"command": "go.debug.toggleHideSystemGoroutines",
3490-
"when": "debugType == 'go' && callStackItemType == 'stackFrame' || (callStackItemType == 'thread' && callStackItemStopped)"
3490+
"when": "debugType == 'go' && (callStackItemType == 'stackFrame' || (callStackItemType == 'thread' && callStackItemStopped))"
34913491
}
34923492
],
34933493
"editor/context": [

0 commit comments

Comments
 (0)