Hi!
I'm trying to evaluate how to source control a workspace application using Visual code. The thing is while testing I realized that enabling CONFIG_BOOTLOADER_MCUBOOT, in Visual code does not incorporate mcuboot child image into a merged.hex using the blinky as the application. But if I use for example the hello world application, it does work. It adds the child image in the compile process as expected.
Using hello world:

Usign Blinky:

I don't know what is causing Visual code to not incorporate MCUBoot image in the build process. Does anyone know what am I missing?
Using the same board configuration in both examples.
Thanks