Skip to content

Commit 34842e9

Browse files
committed
feat(quarto): Add quarto to dev container
1 parent 2dca4bf commit 34842e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.devcontainer/devcontainer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
"features": {
88
"ghcr.io/devcontainers-contrib/features/hatch:2": {},
9-
"ghcr.io/devcontainers/features/python:1": {
10-
"installTools": true,
11-
"installJupyterlab": true,
12-
"version": "3.11"
9+
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {
10+
"installTinyTex": true,
11+
"installChromium": true,
12+
"version": "latest"
1313
}
1414
},
1515
"customizations": {

0 commit comments

Comments
 (0)