diff --git a/extension/package.json b/extension/package.json index db142e59f1..aac738b52b 100644 --- a/extension/package.json +++ b/extension/package.json @@ -3487,7 +3487,7 @@ "debug/callstack/context": [ { "command": "go.debug.toggleHideSystemGoroutines", - "when": "debugType == 'go' && callStackItemType == 'stackFrame' || (callStackItemType == 'thread' && callStackItemStopped)" + "when": "debugType == 'go' && (callStackItemType == 'stackFrame' || (callStackItemType == 'thread' && callStackItemStopped))" } ], "editor/context": [