Answers for "min code command vscode macos"

CSS
27

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
13

install code command on mac

Open VCode
press CMD + SHIFT + P
type 'shell command' 
select 'Install code command in path'
navigate to any project from the terminal and type 'code .'
Posted by: Guest on July-15-2020

Browse Popular Code Answers by Language