change terminal vscode code example
Example 1: update vscode through terminal
sudo apt-get update
sudo apt-get install code
Example 2: vscode switch between terminal and editor
{ "key": "ctrl+`", "command": "workbench.action.terminal.focus"},
{ "key": "ctrl+`", "command": "workbench.action.focusActiveEditorGroup", "when": "terminalFocus"}
Example 3: vscode select terminal
# to select new default shell for the terminal in vs code:
- press F1 in VS Code
- typing/selecting Terminal: Select Default Shell