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

Commit

Permalink
Only show context menu commands on stackframes - microsoft/vscode#19180
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed May 12, 2018
1 parent ffb92d6 commit e23607e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,12 +396,12 @@
{
"command": "extension.chrome-debug.toggleSkippingFile",
"group": "navigation",
"when": "inDebugMode && debugType == 'chrome'"
"when": "inDebugMode && debugType == 'chrome' && callStackItemType == 'stackFrame'"
},
{
"command": "extension.chrome-debug.toggleSmartStep",
"group": "navigation",
"when": "inDebugMode && debugType == 'chrome'"
"when": "inDebugMode && debugType == 'chrome' && callStackItemType == 'stackFrame'"
}
]
},
Expand Down

0 comments on commit e23607e

Please sign in to comment.