nRF Connect for VSCode not showing output files when using sysbuild

I read some previous posts that there was limited support for sysbuild for the VSCode extension. There are two things that I noticed:

1. When creating a build  configuration for the nRF9151 Feather, the 'Build system default' says it uses sysbuild but when I actually do a build it uses the old build system.

2. When I change the selection specifically to `Use sysbuild` the output files no longer show up. (I know where they are but others may not!)

Parents Reply Children
  • Seems to be the case. This was with using the default build mode:

    Building at_client
    west build --build-dir /home/jaredwolff/Git/nrf9160-feather-examples-and-drivers/external/nrf/samples/cellular/at_client/build /home/jaredwolff/Git/nrf9160-feather-examples-and-drivers/external/nrf/samples/cellular/at_client --pristine --board circuitdojo_feather_nrf9151/nrf9151/ns --sysbuild -- -DNCS_TOOLCHAIN_VERSION=NONE

    Thanks Amanda

Related