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