vs code switch between terminals code example
Example 1: visual studio code terminal window shortcut back
// Toggle between terminal and editor focus
{ "key": "ctrl+`", "command": "workbench.action.terminal.focus"},
{ "key": "ctrl+`", "command": "workbench.action.focusActiveEditorGroup", "when": "terminalFocus"}
Example 2: vscode switch between terminals
1. Open keyboard shortcuts with:
a) ctrl + k + ctrl + s
2. Locate:
a) 'Terminal: Focus Next Terminal'
3. Add your own shortcut.