vscode-cmake-tools/.vscode/tasks.json

14 строки
270 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"identifier": "npm",
"type": "npm",
"script": "compile",
"problemMatcher": [
"$tsc-watch"
],
"isBackground": true
}
]
}