Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Commit bb9cd53

Browse files
committed
Revert "Revert "Only show context menu commands on stackframes - microsoft/vscode#19180""
This reverts commit 37f0bd4.
1 parent bfe3d43 commit bb9cd53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,12 +416,12 @@
416416
{
417417
"command": "extension.chrome-debug.toggleSkippingFile",
418418
"group": "navigation",
419-
"when": "inDebugMode && debugType == 'chrome'"
419+
"when": "inDebugMode && debugType == 'chrome' && callStackItemType == 'stackFrame'"
420420
},
421421
{
422422
"command": "extension.chrome-debug.toggleSmartStep",
423423
"group": "navigation",
424-
"when": "inDebugMode && debugType == 'chrome'"
424+
"when": "inDebugMode && debugType == 'chrome' && callStackItemType == 'stackFrame'"
425425
}
426426
]
427427
},

0 commit comments

Comments
 (0)