{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "label": "Flash hwb1", "type": "shell", "command": "${workspaceFolder}/hwb1/scripts/flash.cmd", "problemMatcher": [] }, { "label": "List Applets", "type": "shell", "command": "${workspaceFolder}/hwb1/scripts/list.cmd", "problemMatcher": [] }, { "label": "Test hwb1 Applet", "type": "shell", "command": "${workspaceFolder}/hwb1/scripts/test.cmd", "problemMatcher": [] }, { "label": "Delete hwb1 Applet", "type": "shell", "command": "${workspaceFolder}/hwb1/scripts/delete.cmd", "problemMatcher": [] } ] }