From 31fa749e40832ec507752e03b9ab36d512b7528c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Wed, 12 Feb 2025 11:41:12 +0100 Subject: [PATCH] fix: put back quarto feature --- .devcontainer/devcontainer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d117e35..40b78a3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,11 +3,11 @@ "image": "ghcr.io/mcanouil/quarto-codespaces:latest", "remoteUser": "vscode", "features": { - // "ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": { - // "version": "prerelease", - // "installTinyTex": "false", - // "installChromium": "false" - // } + "ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": { + "version": "prerelease", + "installTinyTex": "false", + "installChromium": "false" + } }, "customizations": { "vscode": {