Answers for "vscode change terminal to command prompt"

4

set default terminal vscode windows

"terminal.integrated.defaultProfile.windows": "Git Bash",
"terminal.integrated.defaultProfile.windows": "PowerShell",
"terminal.integrated.defaultProfile.windows": "Command Prompt",
Posted by: Guest on September-02-2021
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 "vscode change terminal to command prompt"

Code answers related to "Javascript"

Browse Popular Code Answers by Language