Answers for "how to set visual code terminal as cmd"

2

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
0

vscode from terminal

code () { VSCODE_CWD="$PWD" open -n -b "com.microsoft.VSCode" --args $* ;}
Posted by: Guest on April-20-2020

Code answers related to "how to set visual code terminal as cmd"

Code answers related to "Javascript"

Browse Popular Code Answers by Language