Page 1 of 1

VS-Code msys2 64 bit error.

Posted: Sat Dec 05, 2020 9:54 am
by DutchOrange
So I Have Been trying to setup ESP-IDF in VS-code. When I try build the project
Hello World
It comes up wit the error of :

Code: Select all

he terminal process failed to launch: Path to shell executable "E:\Desktop\Arduino\Visual_studio_code\msys2 64 bit\usr\bin\bash.exe" does not exist.
I Have Found the msys2 and got the correct Directory but how do I Change it in VS-Code ?
Thanks.

Re: VS-Code msys2 64 bit error.

Posted: Tue Dec 08, 2020 12:25 pm
by ESP_Jan
Hi DutchOrange,
looks like your shell is set to the wrong path.
Take a look at this: https://stackoverflow.com/a/63704415 and set your shell to cmd.exe.
You can also try to update the path to the correct one if you want to use the msys2 bash shell.

Re: VS-Code msys2 64 bit error.

Posted: Wed Dec 09, 2020 1:48 pm
by DutchOrange
ESP_Jan wrote:
Tue Dec 08, 2020 12:25 pm
Hi DutchOrange,
looks like your shell is set to the wrong path.
Take a look at this: https://stackoverflow.com/a/63704415 and set your shell to cmd.exe.
You can also try to update the path to the correct one if you want to use the msys2 bash shell.
Thanks, It seems I got it right, But now there are new problems :?