{ "version": "2.0.0", "tasks": [ { "label": "启动开发服务器", "type": "shell", "command": "bun", "args": [ "dev" ], "group": "build", "isBackground": true, "problemMatcher": [], "presentation": { "echo": true, "reveal": "always", "focus": false, "panel": "new" } } ] }