I’ve been working for the last year in a project with Windows 10, VisualCodeStudio, Platformio, ESP32 framework without problems but the last week I can´t link the project. The error is that the linker can´t find
-lUsers .platformiopackagesframework-espidfcomponentsxtensaesp32libhal
I have tried to downgrade the platformio version but it dosen´t works
I can see several versión at VSC extension manager but I dont know how it relation with Core and Home
The only way I can link my project works is using a old copy of the folders .platformio and .vcode, and when I start VSC, the platformio start to update and I can´t found the way to avoid this , for that I need work without internet connection
I think it is a wrong working way to allow that a development environment uptodat without ask if you want to do…