update to tasks 2.0

This commit is contained in:
Erich Gamma 2018-07-24 08:30:35 +02:00
parent befea22536
commit f6064affd1

View file

@ -1,8 +1,10 @@
{
"version": "0.1.0",
"version": "2.0.0",
"command": "npm",
"isShellCommand": true,
"showOutput": "silent",
"type": "shell",
"presentation": {
"reveal": "silent",
},
"args": ["run", "compile"],
"isBackground": true,
"problemMatcher": "$tsc-watch"