2026-03-06 3:53 PM - edited 2026-03-06 7:55 PM
I'd like to clone an existing STM32 C project with CMake that I've previously setup. I've seen posts about how to do this on STM32CubeIDE but none using the VSCode extension.
Currently, I'm aware of 2 methods:
Method 1 feels safer but is more tedious than method 2.
Is there a neater way to do this that doesn't involve manually replacing values? (i.e. without find and replace)
I also briefly recall seeing something about ST planning to add a 'Clone Project' feature to the next version of the extension but can't seem to find the post anymore.
Any pointers would be appreciated.
EDIT: Clarity
2026-03-10 2:14 PM - edited 2026-03-10 2:16 PM
Hi @nk7
please install the latest version 3.8.0 and try it using the convert menu, it makes you able to convert a project to VSCode project
2026-03-12 1:58 AM - edited 2026-03-12 2:02 AM
Thanks @Nawres GHARBI
However, my question was about how to duplicate existing VSCode projects in clean way.
Sorry if my question implied I was working with STM32 Cube IDE projects. To be clear, I would like to know the best way to clone STM32 Projects that already use the VSCode extension.