Add Visual Code to PATH

These are the steps to make the vs code open from the command line.

  1. Click the start button
  2. Type: env
  3. Select "Edit Enviironment Variables for your account"
  4. Under The User Variables Section (Top) you will see a "Path" option, couble click on it to edit.
  5. Click New
  6. Enter: C:\Users\[USER]\AppData\Local\Programs\Microsoft VS Code\bin
    [USER] = whatever your username is
  7. Click Ok
  8. Close any command terminals and enter the code command