Files
vsix-hpl-toolbox/.vscode/tasks.json
HPL-JesusCastro def3dfb60d first commit
2026-05-07 20:53:31 +08:00

20 lines
377 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "compile",
"group": { "kind": "build", "isDefault": true },
"problemMatcher": ["$tsc"],
"label": "npm: compile"
},
{
"type": "npm",
"script": "watch",
"isBackground": true,
"problemMatcher": ["$tsc-watch"],
"label": "npm: watch"
}
]
}