vscode shortcut to go to terminal code example
Example 1: 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"}
Example 2: shortcut to open vscode from terminal
path code .