You can manually create task bindings in the binding configuration file by referencing the tasks defined in the correct task configuration file.
Complete the following steps:
- Open the binding configuration file.
-
Add the following lines to the
nrf-connect.taskBindingsconfiguration option:{ "nrf-connect.taskBindings": { "<action>": [{ "taskName": "<task_label>" }] } } -
Replace <action> with either
flashorbuildand <task_label> with the task's customlabelidentifier. - Save the file.
See Example of a single task for reference.