Answers for "vscode change focus to terminal"

6

vscode change focus to terminal

// Toggle between terminal and editor focus
{ "key": "ctrl+`", "command": "workbench.action.terminal.focus"},
{ "key": "ctrl+`", "command": "workbench.action.focusActiveEditorGroup", "when": "terminalFocus"}
Posted by: Guest on December-19-2019

Code answers related to "vscode change focus to terminal"

Browse Popular Code Answers by Language