How to move a local VSCode STM32 project to different location
Hi,
I'm quite new to VSCode but I really like it.
Now I need to copy a working local STM32 project in VSCode (with STM32 extension) to a different PC.
I tried to copy the complete project folder (including all files and folder like .vscode folder, build folder, .ioc-file and so on) and then adapted all paths I could find, but no luck. Nothing works anymore. Neither CubeMX code regeneration nor building or debugging.
What is the right way to do this, to get a completely working local copy at a different location?
Thanks!
