{ "version": "2.0.0", "tasks": [ { "label": "build all", "type": "shell", "command": "source /opt/dumpling-wayland-nxp/3.3.6/environment-setup-cortexa53-crypto-tq-linux; make clean; make -j$(nproc)", "problemMatcher": [ "$gcc" ], "group": { "kind": "build", "isDefault": true } }, { "label": "deploy", "isBackground": true, "problemMatcher":{ "base": "$gcc", "background": { "activeOnStart": true, "beginsPattern": "Deploy program on target", "endsPattern": "Run progran with gdb on target" } }, "type": "shell", "command": "sh", "args": [ "deploy.sh", "${config:TARGET.IP}" ], "dependsOn": ["build all"], } ] }