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.

enter image description here

edit 1

using binding workbench.debug.action.focusrepl results in following error:

enter image description here

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

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -