We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dca4bf commit 34842e9Copy full SHA for 34842e9
.devcontainer/devcontainer.json
@@ -6,10 +6,10 @@
6
7
"features": {
8
"ghcr.io/devcontainers-contrib/features/hatch:2": {},
9
- "ghcr.io/devcontainers/features/python:1": {
10
- "installTools": true,
11
- "installJupyterlab": true,
12
- "version": "3.11"
+ "ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {
+ "installTinyTex": true,
+ "installChromium": true,
+ "version": "latest"
13
}
14
},
15
"customizations": {
0 commit comments