Skip to content

Commit 960b9bc

Browse files
committed
extension/package.json: fix typo in debug/callstack/context
1 parent 707321c commit 960b9bc

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
@@ -3472,7 +3472,7 @@
34723472
"debug/callstack/context": [
34733473
{
34743474
"command": "go.debug.toggleHideSystemGoroutines",
3475-
"when": "debugType == 'go' && callStackItemType == 'stackFrame' || (callStackItemType == 'thread' && callStackItemStopped)"
3475+
"when": "debugType == 'go' && (callStackItemType == 'stackFrame' || (callStackItemType == 'thread' && callStackItemStopped))"
34763476
}
34773477
],
34783478
"editor/context": [

0 commit comments

Comments
 (0)