Page 1 of 1

vscode extension 1.0.3 "breaks" compiler

Posted: Wed Apr 28, 2021 5:59 am
by orbitcoms
Extension v1.0.3 installed itself in VScode and none of my projects compile without reinstalling esp-df all over again

Err output below.

CMake Error at C:/esp/esp-idf/tools/cmake/project.cmake:205 (message):
C:\esp\tools\.espressif\python_env\idf4.2_py3.9_env\Scripts\python.exe:
Error while finding module specification for
'idf_component_manager.prepare_components' (ModuleNotFoundError: No module
named 'idf_component_manager')

Call Stack (most recent call first):
C:/esp/esp-idf/tools/cmake/project.cmake:292 (__project_init)
CMakeLists.txt:9 (project)


-- Configuring incomplete, errors occurred!
See also "D:/Firmware/Cab/CAB_ROLEC_ESP_PCB0325_G/build/CMakeFiles/CMakeOutput.log".
The terminal process "C:\WINDOWS\System32\cmd.exe /d /c cmake -G Ninja .." terminated with exit code: 1

Re: vscode extension 1.0.3 "breaks" compiler

Posted: Wed Apr 28, 2021 6:06 am
by chegewara
Why you duplicate your own posts?
viewtopic.php?f=13&t=20630

Re: vscode extension 1.0.3 "breaks" compiler

Posted: Wed Apr 28, 2021 6:23 am
by orbitcoms
I could not find the vscode extension forum so posted in the general forum but later found the specific forum.

Can you help or just commenting about policy at the moment?

Re: vscode extension 1.0.3 "breaks" compiler

Posted: Wed Apr 28, 2021 7:51 am
by Zingemneire
Hi,

I don't know why it does that but I can confirm that it does.

This morning I opened my project that I had been working on yesterday and without making any change to it I simply tried to build it and it failed as described by "orbitcoms".
After reading about version 1.0.3 I checked my version of the Espressif IDF exntension and sure enough it was version 1.0.3.

I reverted back to version 1.0.2 and everything works perfectly again so there is no need to reinstall ESP-IDF.

Re: vscode extension 1.0.3 "breaks" compiler

Posted: Wed Apr 28, 2021 8:24 am
by ESP_Minatel
Hi,

This post is duplicated as our friend chegewara mentioned.

I'll lock this post and we can continue this discussion at: viewtopic.php?f=13&t=20630


Thanks