Page 1 of 1

ESP-IDF VS Code extension build suddenly failing (macOS)

Posted: Sat Mar 06, 2021 3:08 am
by TinkerBearNZ
macOS just updated to 11.2.2 (at least I think that's the change responsible), and now if I try to build from the icon at the bottom of the VS Code window, I get an immediate failure:

Code: Select all

> Executing task: espressif.esp-idf-extension: ESP-IDF Compile <

ESP-IDF Custom Terminal
$ cmake
spawn cmake EACCES
Running "idf.py build" still works fine - even in the VS Code terminal.

I suspect Apple may have changed their sandboxing permissions, but don't know what to look for.

Re: ESP-IDF VS Code extension build suddenly failing (macOS)

Posted: Sat Mar 06, 2021 3:08 pm
by astate
I have the same issue running Mac OS 11.1
Any solution yet?

Re: ESP-IDF VS Code extension build suddenly failing (macOS)

Posted: Sat Mar 06, 2021 6:23 pm
by eqon133
i have exactly same problem this morning. Running macOS Catalina 10.15.7

Re: ESP-IDF VS Code extension build suddenly failing (macOS)

Posted: Sat Mar 06, 2021 6:23 pm
by Alexvrs
I have the same problem, please help!

Re: ESP-IDF VS Code extension build suddenly failing (macOS)

Posted: Sat Mar 06, 2021 7:16 pm
by kristian32
Same issue here, but I am on 11.2.1 :( hope we find a solution soon

Re: ESP-IDF VS Code extension build suddenly failing (macOS)

Posted: Sun Mar 07, 2021 12:33 am
by espshio
I had the same issue after updating VSCode 1.54.1.
When I revert back to 1.53.2, it works.
However, I'm not sure what changes will affect them.

Re: ESP-IDF VS Code extension build suddenly failing (macOS)

Posted: Mon Mar 08, 2021 6:55 am
by ESP_bignacio
Hi guys apparently this is broken in the latest vscode version, we should have a fix already in GitHub master and will release a new version in marketplace soon.

In the meantime, maybe you can try using the GitHub master VSIX installer here ?

Re: ESP-IDF VS Code extension build suddenly failing (macOS)

Posted: Mon Mar 08, 2021 7:21 pm
by Alexvrs
ESP_bignacio wrote:
Mon Mar 08, 2021 6:55 am
In the meantime, maybe you can try using the GitHub master VSIX installer here ?
Thank You Very Much, It Has Crossed! :P

Re: ESP-IDF VS Code extension build suddenly failing (macOS)

Posted: Wed Mar 10, 2021 2:37 pm
by KT819GM
Hello, VSIX installer not available anymore? Same problem as OP had, just link not working anymore.

Thank you

Re: ESP-IDF VS Code extension build suddenly failing (macOS)

Posted: Wed Mar 10, 2021 2:53 pm
by KT819GM
As my previous post had to be confirmed, writing one more - compiled from source and all is ok now, so please ignore request. Thank you