{ "version": "2.0.0", "tasks": [ { "type": "shell", "label": "pnpm install", "command": "pnpm install", "group": { "kind": "build", "isDefault": true }, "presentation": { "clear": true, "panel": "shared", "showReuseMessage": false }, "problemMatcher": [] } ] }