{ "version": "2.0.0", "tasks": [ { "label": "Start Development", "type": "shell", "windows": { "command": "npm i; npm run dev", }, "linux": { "command": "npm i && npm run dev" }, "osx": { "command": "npm i && npm run dev" }, "presentation": { "reveal": "always", "panel": "new" }, "runOptions": { "runOn": "folderOpen" } } ] }