Page 1 of 1

Problems with VSCode ESP-IDF externsion

Posted: Thu Oct 07, 2021 6:33 pm
by lg.lindstrom
This is quite annoying for me. Sometimes ESP-IDF extension for VsCode stops working and all kind of strange errors turns up. Not always but sometimes,, and I can't see a clear way to avoid those errors.

1) Menyconfig hangs on startup. After issue the command to start it hangs as shown by picture below.
menuconfig problem.PNG
menuconfig problem.PNG (8.52 KiB) Viewed 4297 times
2) Command "Full clean Project" don't work. Can't find build folder.
menuconfig problem.PNG
menuconfig problem.PNG (8.52 KiB) Viewed 4297 times
menuconfig problem.PNG
menuconfig problem.PNG (8.52 KiB) Viewed 4297 times
3) Cmake is not happy

Code: Select all

 [kit] Successfully loaded 4 kits from C:\Users\lglin\AppData\Local\CMakeTools\cmake-tools-kits.json
[main] Unable to determine what CMake generator to use. Please install or configure a preferred generator, or update settings.json, your Kit configuration or PATH variable. Error: No usable generator found.
[main] Configuring folder: idf-mdbc 
[main] Unable to determine what CMake generator to use. Please install or configure a preferred generator, or update settings.json, your Kit configuration or PATH variable. Error: No usable generator found.
[main] Unable to determine what CMake generator to use. Please install or configure a preferred generator, or update settings.json, your Kit configuration or PATH variable. Error: No usable generator found.

Re: Problems with VSCode ESP-IDF externsion

Posted: Fri Oct 08, 2021 12:17 pm
by ESP_bignacio
Can you share the content of https://github.com/espressif/vscode-esp ... leshooting

There should be a SDK Configuration Editor output in Menu view -> Output or some error printed in the log specified in the previous link.