diff --git a/.github/.devcontainer/devcontainer.json b/.github/.devcontainer/devcontainer.json index 14df094..36bc5fa 100644 --- a/.github/.devcontainer/devcontainer.json +++ b/.github/.devcontainer/devcontainer.json @@ -14,11 +14,11 @@ "rDeps": "rmarkdown,httpgd", "pythonDeps": "jupyter,papermill", "juliaDeps": "IJulia" - }//, - // "ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": { - // "version": "prerelease", - // "installTinyTex": "true", - // "installChromium": "false" - // } + }, + "ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": { + "version": "prerelease", + "installTinyTex": "true", + "installChromium": "false" + } } }