Answers for "change terminal vscode with term2"

15

vscode switch between terminal and editor

// 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 "change terminal vscode with term2"

Browse Popular Code Answers by Language