Shortcut to the command prompt in VisualStudio Code -
in visualstudio code, there keyboard shortcut jump command prompt in debug mode? tiresome have click @ prompt mouse every time.
edit 1
using binding workbench.debug.action.focusrepl
results in following error:
if debug console closed, there view: debug console
(workbench.debug.action.togglerepl
) open it. 1 bound cmd+shift+y
on macos, should ctrl-shift-y
on windows / linux.
if debug console open, can either press aforementioned shortcut twice or use following command:
debug: focus debug console
it has no default shortcut, can bind whatever like, action called:
workbench.debug.action.focusrepl
Comments
Post a Comment