Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS Code terminal doesn't recognize PATH variables

I added a directory to my PATH but the terminal in my VS Code doesn't recognize a command(exe) that I'm trying to run from that directory. The terminal uses cmd not power shell. What am I missing?

like image 304
neomib Avatar asked Jul 02 '17 08:07

neomib


2 Answers

Restarted my computer and it worked :) Apparently VS Code didn't recognize the changes.

like image 160
neomib Avatar answered Nov 11 '22 18:11

neomib


For me, a simple restart of VSC did the trick.

like image 21
avi.elkharrat Avatar answered Nov 11 '22 19:11

avi.elkharrat