I've done things in this question How do I integrate MSYS2 shell into Visual studio code on Window?
However, I cannot run make or gcc like the msys2.exe
So how to use the exact terminal like msys2.exe do in the integrated vscode terminal
Thank you!
Asked
Active
Viewed 714 times
0

tadS
- 31
- 4
-
Are you aware of the [difference betweem MSYSTEMs](https://www.msys2.org/docs/environments/)? You should be comparing VSC shell not to a `MSYS` one, but to a `MINGW64` one (start it using `mingw64.exe`). – HolyBlackCat Aug 28 '21 at 14:31
-
What does `echo $PATH` print (a) in VSC, (b) in the MSYS shell (the second one on the screenshot), and (c) in MINGW64 shell (the one that you can start with `mingw64.exe`)? – HolyBlackCat Aug 28 '21 at 14:32