Rearrange tasks

This commit is contained in:
Manuel Thalmann 2023-11-03 15:51:08 +01:00
parent 6ef2140509
commit 017fd64d2f

14
.vscode/tasks.json vendored
View file

@ -3,6 +3,12 @@
// for the documentation about the tasks.json format // for the documentation about the tasks.json format
"version": "2.0.0", "version": "2.0.0",
"tasks": [ "tasks": [
{
"label": "List Applets",
"type": "shell",
"command": "${workspaceFolder}/scripts/list.cmd",
"problemMatcher": []
},
{ {
"label": "Flash MyApplet", "label": "Flash MyApplet",
"type": "shell", "type": "shell",
@ -16,12 +22,6 @@
}, },
"problemMatcher": [] "problemMatcher": []
}, },
{
"label": "List Applets",
"type": "shell",
"command": "${workspaceFolder}/scripts/list.cmd",
"problemMatcher": []
},
{ {
"label": "Test MyApplet", "label": "Test MyApplet",
"type": "shell", "type": "shell",
@ -35,7 +35,7 @@
"problemMatcher": [] "problemMatcher": []
}, },
{ {
"label": "Delete MyApplet", "label": "Delete Applet",
"type": "shell", "type": "shell",
"command": "${workspaceFolder}/scripts/delete.cmd", "command": "${workspaceFolder}/scripts/delete.cmd",
"problemMatcher": [] "problemMatcher": []