{ "version": "2.0.0", "tasks": [ { "label": "build", "type": "shell", "command": "make", "group": { "kind": "build", "isDefault": true } }, { "label": "flash", "type": "shell", "command": "make dfu flash", "group": "build" } ] }