How To Add Visual Code Command To Windows Terminal
👤 By Webune | 📆
Add Visual Code to PATH
These are the steps to make the vs code open from the command line.
- Click the start button
- Type: env
- Select "Edit Enviironment Variables for your account"
- Under The User Variables Section (Top) you will see a "Path" option, couble click on it to edit.
- Click New
- Enter: C:\Users\[USER]\AppData\Local\Programs\Microsoft VS Code\bin
[USER] = whatever your username is - Click Ok
- Close any command terminals and enter the
code
command