{ "version": "2.0.0", "tasks": [ { "label": "Start Frontend Development Server", "type": "shell", "command": "npm run dev:local", "group": "build", "isBackground": true, "args": [], "problemMatcher": [] } ] }