I have recently added keybindings to workench.action.debug.callStackDown and workench.action.debug.callStackUp.
I run my debug configurations with justMyCode set to false. Library frames are visible within the call stack and step into (F11) has the expected behavior of going into virtual environment code, but when using those shortcuts they are skipped over. Would it be possible to allow these shortcuts to be used to step into every available frame with justMyCode set to false?