To add code to PATH in macOS (in order to run code from the command line) we may to open up VS Code and open the 'Command Palette' with Shift+Command+P on Mac, or Shift+Control+P on Linux. In it, enter shell command and look for the Shell Command: Install 'code' command in PATH option. After doing this any new shell we open should be able to run code.
Created
June 8, 2018 18:20
-
-
Save jarek-przygodzki/671e9922c8906fbb78194355acd2f449 to your computer and use it in GitHub Desktop.
Add VS Code to PATH in macOS
works for me when add PATH, thanks @Catalin-Ionut
i used this option because i don't have admin permissions.
Thanks @TheFriendlyCoder for this tip!!! <3
every time i restart my laptop i need to re-run this shell command, any solution
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you @Nelwhix, that worked like a charm for me.