We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10518cd + 5d096a0 commit 29995acCopy full SHA for 29995ac
template/.devcontainer/devcontainer.json.jinja
@@ -3,7 +3,7 @@
3
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04",
4
"features": {
5
"ghcr.io/guiyomh/features/just:0.1.0": { "version": "1.42.4" }{% if python %},
6
- "ghcr.io/devcontainers/features/python:1": { "version": "3.13" }{% endif %}{% if r_data_science %},
+ "ghcr.io/devcontainers/features/python:1": { "version": "os-provided" }{% endif %}{% if r_data_science %},
7
"ghcr.io/rocker-org/devcontainer-features/r-rig:1": {
8
"version": "4.4.3",
9
"installREnv": "true",
0 commit comments