bw-hspc-contest-env/extension/bwcontest/.vscode/tasks.json

18 lines
224 B
JSON
Raw Normal View History

2023-05-04 22:09:35 -04:00
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "watch",
"isBackground": true,
"presentation": {
"reveal": "never"
},
"group": {
"kind": "build",
"isDefault": true
}
}
]
}