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
"version": "2.0.0",
"tasks": [
{
"label": "List Applets",
"type": "shell",
"command": "${workspaceFolder}/scripts/list.cmd",
"problemMatcher": []
},
{
"label": "Flash MyApplet",
"type": "shell",
@ -16,12 +22,6 @@
},
"problemMatcher": []
},
{
"label": "List Applets",
"type": "shell",
"command": "${workspaceFolder}/scripts/list.cmd",
"problemMatcher": []
},
{
"label": "Test MyApplet",
"type": "shell",
@ -35,7 +35,7 @@
"problemMatcher": []
},
{
"label": "Delete MyApplet",
"label": "Delete Applet",
"type": "shell",
"command": "${workspaceFolder}/scripts/delete.cmd",
"problemMatcher": []