Application detection

nRF Connect for VS Code

tags
nRF Connect for VS Code

The extension scans for applications in all the west modules in the manifest and automatically adds them to the application list.

If you want to have your application appear in the list, make sure it meets the following requirements:

  • The application must have a sample.yaml file.
  • The application must be located in either the samples or applications folder of your module in the SDK. The extension looks for the full path pattern of ${topdir}/**/(applications|samples)/**/sample.yaml.
  • The sample.yaml file must not be deeper than 8 levels from ${topdir}.