Sysbuild in Sidebar Views

nRF Connect for VS Code

tags
nRF Connect for VS Code

Build configurations that use sysbuild are now interpreted properly, and their appearance in the Sidebar Views is different from traditional builds:

  • Details View:

    • The source files section now includes the source files of all child images, as sysbuild-based build configurations do not have any source files of their own.
    • Input and output files are sysbuild-specific.
  • Devicetree View: There are no devicetree files for sysbuild, so all devicetree actions and views are hidden.

  • Actions View: There is no common Memory Report for sysbuild-based build configurations, so this action is hidden.

Sidebar Views for a build configuration with sysbuild enabled