Skip to content

Instantly share code, notes, and snippets.

@jarek-przygodzki
Created June 8, 2018 18:20
Show Gist options
  • Select an option

  • Save jarek-przygodzki/671e9922c8906fbb78194355acd2f449 to your computer and use it in GitHub Desktop.

Select an option

Save jarek-przygodzki/671e9922c8906fbb78194355acd2f449 to your computer and use it in GitHub Desktop.
Add VS Code to PATH in macOS

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.

@wayne-lambert
Copy link

Thank you @Nelwhix, that worked like a charm for me.

@suspecie
Copy link

works for me when add PATH, thanks @Catalin-Ionut
i used this option because i don't have admin permissions.

@Vinaum8
Copy link

Vinaum8 commented Jul 24, 2025

Thanks @TheFriendlyCoder for this tip!!! <3

@Srujanns
Copy link

Srujanns commented Oct 28, 2025

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