Answers for "run file command mac vscode"

6

open vscode from terminal mac

open Visual Studio Code 
press Cmd+shift+p
search for ``Shell command: install 'code' command in PATH.`` and click it
works in terminal
#Open Visual Studio Code by command
$ code .
Posted by: Guest on March-30-2021
-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 "Shell/Bash"

Browse Popular Code Answers by Language