Hi!
Please add the ability to write the relative path to the folder with the ESP-IDF framework.
my attempt to manually change my XXXX.vgdbproj:
<ESPIDFExtension>
<IDFCheckout>
<Version>HotFix</Version>
<Subdirectory>/../../Libs/ESP32/esp-idf/v4.3</Subdirectory>
<Type>ESPIDF</Type>
</IDFCheckout>
The main purpose of this feature request is to use a team-shared copy of ESP-IDF, which has many modifications to reduce compilation code.