Search found 2 matches

by zsp_32
Wed Apr 28, 2021 10:00 pm
Forum: ESP-IDF
Topic: Latest IDF extension for VSCode has broken my compiler
Replies: 13
Views: 16925

Re: Latest IDF extension for VSCode has broken my compiler

Also it seems that the new VScode version does not upload SPIFFS partition when flashing the project:

This works in 1.0.2 but not in 1.0.3

Code: Select all

spiffs_create_partition_image(storage ../spiffs FLASH_IN_PROJECT)
by zsp_32
Wed Apr 28, 2021 10:40 am
Forum: ESP-IDF
Topic: Latest IDF extension for VSCode has broken my compiler
Replies: 13
Views: 16925

Re: Latest IDF extension for VSCode has broken my compiler

The IDF component manager is now used by default in the build task, this python package is added in the extension requirements.txt. You can manually install idf-component-manager in the virtual environment or run Install ESP-IDF Python Packages command to install them or also with the ESP-IDF: Conf...