Answers for "how change terminal vscode"

11

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
2

update vscode through terminal

sudo apt-get update
sudo apt-get install code
Posted by: Guest on January-08-2021

Code answers related to "how change terminal vscode"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language