diff --git a/.vscode/tasks.json b/.vscode/tasks.json index c3eb42a..7c61d86 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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": []