Build configuration not showing up in Visual Code Extension

Hi

Our present build system on v2.6.1, builds variants of our baseline application using batch files.

It ends up building using west in this way:

west build --build-dir %BUILD_FOLDER% ..\%APPLICATION% --pristine --board %TARGET_BOARD% -- -DCONF_FILE=config/%PRJ_CONF% %DDTC%
The generated build configuration was discovered and added by the nRF visual code extension automatically.
Now migrating to v3.0.2, the setup can still configure and build, but the build configuration is no longer discovered by the Visual Code nRF extension.
I don't wanna switch to sysbuild at this time.
rgds Tage
Related