code-server/lib/vscode/extensions/vscode-api-tests/.vscode/tasks.json

12 lines
190 B
JSON
Raw Normal View History

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