{ "version": "2.0.0", "tasks": [ { "label": "start-dev", "type": "shell", "command": "npm run start", "isBackground": false, "problemMatcher": ["$eslint-stylish"], "group": "build" }, { "label": "start-dev", "type": "shell", "command": "npm run start", "isBackground": false, "group": "build" } ] }