Answers for "open vscode through terminal"

-2

mac open vs code from terminal

$ alias code="open -a /Applications/Visual Studio Code.app"

#Open Visual Studio Code by command
$ code .
Posted by: Guest on May-09-2021

Code answers related to "open vscode through terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language