bw-hspc-contest-env/extension/bwcontest/.vscode/tasks.json
2023-05-06 00:01:27 -04:00

18 lines
224 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "watch",
"isBackground": true,
"presentation": {
"reveal": "never"
},
"group": {
"kind": "build",
"isDefault": true
}
}
]
}