Bundles and compiler not found if relocating CMAKE_BINARY_DIR
I'm using CMake presets to setup a bunch of variables (ccache launcher, build type, toolchainfile, binaryDir).
My binaryDir is outside of source tree:
And vscode configure fails to find arm-none-eabi-gcc, it seems that the process seeks the .settings/bundles.store.json to find the correct gnu-tools-for-stm32 but it fails since it look up cmake binary dir instead of cmake source dir.
Copying my .settings directory does fix it, but I have multiple projects lying on the same place and I don't want to mix their settings.
Is this an intended behavior or should the .settings files be searched in source dir instead ?
Thanks
