Rearrange tasks
This commit is contained in:
parent
6ef2140509
commit
017fd64d2f
1 changed files with 7 additions and 7 deletions
14
.vscode/tasks.json
vendored
14
.vscode/tasks.json
vendored
|
@ -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": []
|
||||
|
|
Loading…
Reference in a new issue