{
  "version": "2.0.0",
  "tasks": [
    {
      "label": "sync",
      "type": "shell",
      "command": "uv sync",
      "group": "none",
      "presentation": {
        "reveal": "always",
        "panel": "shared"
      },
      "runOptions": {
        "runOn": "folderOpen"
      },
      "problemMatcher": []
    }
  ]
}
