{ "version": "2.0.0", "tasks": [ { "label": "Run", "type": "shell", "command": "npm run dev", "options": { "cwd": "${workspaceFolder}" }, "presentation": { "echo": true, "reveal": "always", "focus": false, "panel": "shared" }, "group": { "kind": "build", "isDefault": true } } ] }