HWBTutorials/.vscode/tasks.json

25 lines
726 B
JSON

{
// 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": []
}
]
}