[resolved] Rename/Checkout STM32 Project to different folder
Sometimes I end up working on multiple branches of a project (ain't life fun!).
With STM32CubeIDE it seems if I rename the project folder
Project
Project_Main
Project_BranchX
Then the Sources paths defined in the project are broken/lost, and any excludes in those sources folders are lost (The sources folders in project tree are empty).
Is there a way to define custom sources folders such that they aren't lost/broken if project folder is renamed? (i.e. relative paths or similar)
Using: Win10, STM32CubeIDEv1.10.1
Paul