Resolve - zsh: command not found: code


zsh command not found code

If you have installed Microsoft Visual Studio Code on your Mac device and when you try to open it from the ZSH shell in your terminal and you get the error: zsh: command not found: code the reason is that you have not set the PATH for VS Code in your ZSH profile.


Solution:

    1. Open Zshrc profile file using - nano ~/.zshrc
    2. Now add the below line to the file,
      export PATH="\$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"
    3. Now exit Nano, by pressing command + X and save changes.
    4. Apply the changes by tying source ~/.zshrc
    5. Now you should be able to open vs code using Zsh Shell in Mac Terminal.

Make sure that the Visual Studio Code.app is available on the Applications directory or use the path where it resides.

Facing issues? Have Questions? Post them here! I am happy to answer!

Author Info:

Rakesh (He/Him) has over 14+ years of experience in Web and Application development. He is the author of insightful How-To articles for Code2care.

Follow him on: X

You can also reach out to him via e-mail: rakesh@code2care.org



















Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap