vscode/extensions/vscode-api-tests/.vscode/tasks.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
190 B
JSON
Raw Normal View History

2015-11-25 09:58:13 +00:00
{
2018-10-26 15:16:58 +00:00
"version": "2.0.0",
2015-11-25 09:58:13 +00:00
"command": "npm",
2018-10-26 15:16:58 +00:00
"type": "shell",
"presentation": {
"reveal": "silent"
},
"args": ["run", "compile"],
"isBackground": true,
2015-11-25 09:58:13 +00:00
"problemMatcher": "$tsc-watch"
2018-10-26 15:16:58 +00:00
}