Answers for "vscode command does not work on mac"

1

vscode command does not work on mac

If you want to add it permanently:

Add this to your ~/.bash_profile, 
or to ~/.zshrc if you are running MacOS Catalina or later.

export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"
Posted by: Guest on May-03-2021

Code answers related to "vscode command does not work on mac"

Browse Popular Code Answers by Language