Currently I use the IDF terminal "idf.py flash monitor" when I make changes to the spiffs folders and use the compile/flash/monitor icon when only changing code.
Hope they fix the function soon, bit inconvenient doing 2 different processes and remembering I need to do it by command line if programming spiffs flash.
Latest IDF extension for VSCode has broken my compiler
Re: Latest IDF extension for VSCode has broken my compiler
Right click at ESP IDF extension -> Install another version -> Choose 1.0.2 -> Reload VS Code -> Done.bit inconvenient doing 2 different processes and remembering I need to do it by command line if programming spiffs flash.
Now, when the chip is flashed, the files will be uploaded.
Re: Latest IDF extension for VSCode has broken my compiler
"ESP IDF extension -> Install another version " is greyed out and cannot be selected.Right click at ESP IDF extension -> Install another version -> Choose 1.0.2 -> Reload VS Code -> Done.bit inconvenient doing 2 different processes and remembering I need to do it by command line if programming spiffs flash.
Now, when the chip is flashed, the files will be uploaded.
rollback.png
At @ext:espressif.esp-idf-extension there is not an option to choose a different version.
I wish to roll back to 1.02; any suggestions would be most welcome. Thanks.
Re: Latest IDF extension for VSCode has broken my compiler
I Uninstalled 1.03 then installed 1.02 from https://github.com/espressif/vscode-esp ... tag/v1.0.2. Project now builds and flashes OK.
ESP-IDF now highlights "update to 1.03" but "Install Another Version" is not greyed out and many previous versions can be selected whereas this option was unavailable when 1.03 was installed.
ESP-IDF now highlights "update to 1.03" but "Install Another Version" is not greyed out and many previous versions can be selected whereas this option was unavailable when 1.03 was installed.
Re: Latest IDF extension for VSCode has broken my compiler
Hello!
I had the same issue.
The solution that I found is to install ninja (it was absent):
If you're using Windows, please follow installation guide from official ninja website.
Hope it'll help .
I had the same issue.
The solution that I found is to install ninja (it was absent):
Code: Select all
sudo apt install ninja-buildIf you're using Windows, please follow installation guide from official ninja website.
Hope it'll help .
Who is online
Users browsing this forum: Amazon [Bot], Qwantbot, Semrush [Bot] and 19 guests