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

Commit

Permalink
toggle skipping file only for stackFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed May 11, 2018
1 parent 3aec802 commit 9e07b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
{
"command": "extension.node-debug2.toggleSkippingFile",
"group": "navigation",
"when": "inDebugMode && debugType == 'node2'"
"when": "inDebugMode && debugType == 'node2' && callStackItemType == 'stackFrame'"
}
]
},
Expand Down

0 comments on commit 9e07b0b

Please sign in to comment.