Thanks @Nov4ou for confirming that VSCode may be the usual suspect. I’m happy to see you up and running now!
Since you’re using the fresh proposal, I can confirm that the CMake project import feature is no longer promoted as a shortcut or explicit action. But no worries: CMake is still fully supported! This new approach aims to embrace a more vanilla VSCode workflow. We have introduced features that work behind the scenes to achieve the same result.
Let me explain the philosophy:
VSCode users typically add folders to the workspace rather than clicking an import button. For example, Microsoft’s CMake Tools extension automatically discovers CMake projects and runs the initial configure process when a folder is added. We have adopted the same approach for STM32Cube.
We ensure STM32Cube does not interfere with your existing CMake workflow because many users rely on CMake for other projects. We fully support the Microsoft CMake Tools extension and let it operate as usual. On top of that, we offer an optional service to enhance your CMake project with STM32Cube features. You decide:
If you don’t want STM32Cube features, simply reject the proposal: STM32Cube won’t bother you.
If you accept the STM32Cube add-on, welcome!
Here’s how to try it:
Add your CMake project folder to the VSCode workspace.
Wait for the automatic process to run, which should trigger a notification.

When you see the notification, click “Yes” to accept.
If you miss the notification, you can always trigger the process manually using the dedicated action.

I also suggest exploring some useful documentation related actions.
