void/extensions/terminal-suggest/.vscode/tasks.json
Andrew Pareles 3b901ad60f init
2025-02-28 18:01:53 -08:00

11 lines
No EOL
190 B
JSON

{
"version": "2.0.0",
"command": "npm",
"type": "shell",
"presentation": {
"reveal": "silent",
},
"args": ["run", "compile"],
"isBackground": true,
"problemMatcher": "$tsc-watch"
}