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

Commit

Permalink
toggleSkippingFile only for stackFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed May 11, 2018
1 parent b67a098 commit 6b7394e
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 @@ -102,7 +102,7 @@
{
"command": "extension.node-debug.toggleSkippingFile",
"group": "navigation",
"when": "inDebugMode && debugType == 'node'"
"when": "inDebugMode && debugType == 'node' && callStackItemType == 'stackFrame'"
}
]
},
Expand Down

0 comments on commit 6b7394e

Please sign in to comment.