Answers for "how to start command line in vs code"

23

open visual studio code from terminal mac

#Add Bash alias in .bash_profile ?
$ alias code="open -a /Applications/Visual\ Studio\ Code.app"

#Open Visual Studio Code by command
$ code .
Posted by: Guest on November-02-2020
1

vscode install-extension command line

code --list-extensions
code --install-extension ms-vscode.cpptools
code --uninstall-extension ms-vscode.csharp
Posted by: Guest on August-23-2020

Code answers related to "how to start command line in vs code"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language