The topic above also references ESP32 as the platform that the issue occurs. But as said, no issue on my side oO.
It also neever beated for me but definitely interefed. In my last post the linked topic has a link for adding an exception. Can you give it a shot to make absolutely sure nothing intereferes? As additional process names that should be added to the exception I can also recommend xtensa-esp32-elf-ar.exe
(with or without .exe
, idk) and xtensa-esp32-elf-gcc.exe
and xtensa-esp32-elf-g++.exe
.
Also there is the possibility of a more in-depth clean reinstall. It might still be restoring corrupted packages from the C:\Users\<user>\.platformio\.cache
folder. So to be sure of that, the reinstall procedure would go:
- Remove the PlatformIO extension from PlatformIO
- Close VSCode
- Remove the entire
C:\Users\<user>\.platformio\
folder
- Reopen VSCode
- reinstall PlatformIO extension