vscode-vsce/.vscode/tasks.json
2019-11-01 21:02:03 +01:00

16 lines
No EOL
288 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "watch",
"problemMatcher": [
"$tsc-watch"
],
"group": "build",
"isBackground": true
}
]
}