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 .
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 .
open project in vs code from terminal
// Navigate to your project directory in terminal
// then enter the below command
open -a 'Visual Studio Code' .
// the above will open the whole project folder
// if you wan to only open a single file from the project use
open -a 'Visual Studio Code' fileName.html
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us