Is STM32 VS Code Extension multi-root workspace compatible?
I have a project which has two STM32H5 MCUs. They each have a folder ("a" and "b") which contains their code, CMake folder, etc. Both of these folders 'a' and 'b', along with a folder of shared .c and .h files ("shared") exist at the top level of the git repo. By opening each of the MCU folders 'a' and 'b' individually in VSCode, I am able to build/program/debug that one micro just fine. But to switch between them I have to close the folder and then open the other folder.
I have not found a way to open the higher level folder (which contains 'a', 'b' and 'shared') within VSCode and be able to build/program/debug one or the other micros from there. My expectation is that STM32 VS Extension would need to support the VSCode mult-root workspace APIs in order to do this: https://github.com/microsoft/vscode/wiki/Adopting-Multi-Root-Workspace-APIs
Is that an option? If not, is it on the roadmap? It would be a very useful feature for lots of folks as multi-MCU designs are very common these days. (My last project had 5 STM32 MCUs on one board.)
*Brian
