2022-02-01 11:20:24 +01:00
|
|
|
{
|
|
|
|
"version": "2.0.0",
|
|
|
|
"tasks": [
|
|
|
|
{
|
|
|
|
"label": "build",
|
|
|
|
"type": "shell",
|
|
|
|
"command": "yarn",
|
|
|
|
"args": [
|
|
|
|
"build"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "serve",
|
|
|
|
"type": "shell",
|
|
|
|
"command": "yarn",
|
|
|
|
"args": [
|
|
|
|
"run",
|
|
|
|
"serve"
|
2022-02-01 11:44:23 +01:00
|
|
|
],
|
|
|
|
"isBackground": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "terminate all tasks",
|
|
|
|
"command": "echo ${input:terminate}",
|
|
|
|
"type": "shell",
|
|
|
|
"problemMatcher": []
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"inputs": [
|
|
|
|
{
|
|
|
|
"id": "terminate",
|
|
|
|
"type": "command",
|
|
|
|
"command": "workbench.action.tasks.terminate",
|
|
|
|
"args": "terminateAll"
|
2022-02-01 11:20:24 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|