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

Commit 37f0bd4

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

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
@@ -396,12 +396,12 @@
396396
{
397397
"command": "extension.chrome-debug.toggleSkippingFile",
398398
"group": "navigation",
399-
"when": "inDebugMode && debugType == 'chrome' && callStackItemType == 'stackFrame'"
399+
"when": "inDebugMode && debugType == 'chrome'"
400400
},
401401
{
402402
"command": "extension.chrome-debug.toggleSmartStep",
403403
"group": "navigation",
404-
"when": "inDebugMode && debugType == 'chrome' && callStackItemType == 'stackFrame'"
404+
"when": "inDebugMode && debugType == 'chrome'"
405405
}
406406
]
407407
},

0 commit comments

Comments
 (0)