I have similar problems with Windows and a new VSCode/PIO install.
Side note: I have yet to get the miniterm.py integrated terminal to work. I have gotten putty(kitty) to work with my board and can see printf output from my PIO project. (I’m not sure what this means -from Deneteus: I reinstalled Terminal-IDE)
I can build and run the mbed-blink example just fine.
I get the following error(s) when attempting to build the mbed-ble-thermometer example:
Compiling .pio\build\nrf52_dk\FrameworkMbed\cmsis\TARGET_CORTEX_M\mbed_tz_context.o
arm-none-eabi-gcc: error: CreateProcess: No such file or directory
I have attempted to manually create the directory with no luck so far.
Any guidance is greatly appreciated.