Reputation: 28010
What's the keyboard shortcut / hotkey combination for sending cursor focus to the Debug Console in Visual Studio Code?
(This is for working on a web / HTML / Javascript / Vue project.)
Upvotes: 1
Views: 2068
Reputation: 28010
In Windows, there is no default hotkey.
To add a keyboard shortcut for Debug Console focus go to:
File > Preferences > Keyboard Shortcuts > search for console
Double click on Debug: Focus on Debug Console View
Add the keyboard shortcut of your choice, e.g. Ctrl + Alt + C
Ctrl + 1
(the number one) will return cursor focus back to the last location/viewed file in the Editor window.
Upvotes: 1