Answers for "install code command line mac"

CSS
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
-1

setup code command mac

cat << EOF >> ~/.zprofile
# Add Visual Studio Code (code)
export PATH="\$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"
EOF
Posted by: Guest on January-11-2022

Code answers related to "install code command line mac"

Browse Popular Code Answers by Language