We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3243d2a commit 631364bCopy full SHA for 631364b
extension/package.json
@@ -3492,7 +3492,7 @@
3492
"debug/callstack/context": [
3493
{
3494
"command": "go.debug.toggleHideSystemGoroutines",
3495
- "when": "debugType == 'go' && callStackItemType == 'stackFrame' || (callStackItemType == 'thread' && callStackItemStopped)"
+ "when": "debugType == 'go' && (callStackItemType == 'stackFrame' || (callStackItemType == 'thread' && callStackItemStopped))"
3496
}
3497
],
3498
"editor/context": [
0 commit comments