{
"version": "2.0.0",
"tasks": [
"type": "npm",
"script": "test",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [],
"label": "npm: test",
"detail": "echo \"Error: no test specified\" && exit 1"
}
]