Environment variables (PATH etc.) not set in Visual Studio Code development container (IDFGH-13713) #14584
Labels
Resolution: NA
Issue resolution is unavailable
Status: Done
Issue is done internally
Type: Bug
bugs in IDF
This recent addition of code
esp-idf/tools/export_utils/shell_types.py
Line 125 in 3c99557
causes an endless loop of ~/.bashrc sourcing /opt/esp/idf/export.py, running activate.py, activate_venv.py and the resulting script in turn sourcing ~/.bashrc again.
VSCode waits for 10 seconds for this to finish, which it doesn't, then gives up and continues without the necessary environment variables being set, resulting in builds failing with xtensa-esp32-elf-gcc not being found.
The text was updated successfully, but these errors were encountered: