{ "version": "2.0.0", "tasks": [ { "label": "npm: build", "type": "shell", "command": "npm", "args": ["run", "build"], "problemMatcher": [] }, { "label": "npm: start", "type": "shell", "command": "npm", "args": ["start"], "problemMatcher": [] } ] }