{ "version": "0.1.0", "command": "npm", "isShellCommand": true, "args": ["run"], "showOutput": "always", "tasks": [ { "taskName": "compile", "isBuildCommand": true }, { "taskName": "clean" }, { "taskName": "lint" }, { "taskName": "test", "isTestCommand": true } ] }