Hello,
I am using the nRF Connect for VS Code plugin with my codebase, which has multiple applications.
I added a build configuration and specified the build folder to be in the root directory of the project using a relative path (../../../build).
After the successful build, the plugin won't detect and show the newly created build configuration in the applications window of the plugin
When I specify the build folder to be in the applications directory (build) it does work.
Is this intended or maybe a bug?