{
  "version": 1,
  "profiles": {
    "quarto-sync": [
      "copy-post-sync-r",
      "mirror-book-sync-ps1",
      "renviron-example",
      "quarto-post-render-snippet"
    ],
    "cursor": ["vscode-cursor-settings"],
    "all": [
      "copy-post-sync-r",
      "mirror-book-sync-ps1",
      "renviron-example",
      "quarto-post-render-snippet",
      "vscode-cursor-settings"
    ]
  },
  "items": [
    {
      "id": "copy-post-sync-r",
      "source": "scripts/quarto-sync/copy-post-sync.R",
      "dest": "R/copy-post-sync.R",
      "mode": "copy"
    },
    {
      "id": "mirror-book-sync-ps1",
      "source": "scripts/quarto-sync/mirror-book-sync.ps1",
      "dest": "scripts/mirror-book-sync.ps1",
      "mode": "copy"
    },
    {
      "id": "renviron-example",
      "source": "scripts/quarto-sync/.Renviron.example",
      "dest": ".Renviron.example",
      "mode": "copy"
    },
    {
      "id": "quarto-post-render-snippet",
      "source": "scripts/quarto-sync/_quarto.post-render.snippet.yml",
      "dest": "_quarto.harness-post-render.yml",
      "mode": "copy"
    },
    {
      "id": "vscode-cursor-settings",
      "source": "ide/cursor-settings/settings.json",
      "dest": ".vscode/settings.json",
      "mode": "copy"
    }
  ]
}
