{ "version": "2.0.0", "tasks": [ { "label": "Run development webserver on startup", "type": "shell", "command": "npm run dev", "windows": { "command": "npm run dev" }, "presentation": { "reveal": "always", "panel": "new" }, "runOptions": { "runOn": "folderOpen" } } ] }