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 08ec2c1 commit 993dd4dCopy full SHA for 993dd4d
template/.devcontainer/devcontainer.json.jinja
@@ -3,7 +3,10 @@
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": "os-provided" }{% endif %}{% if r_data_science %},
+ "ghcr.io/devcontainers/features/python:1": {
7
+ "version": "os-provided",
8
+ "installTools": "false"
9
+ }{% endif %}{% if r_data_science %},
10
"ghcr.io/rocker-org/devcontainer-features/r-apt:0.5.0": {
11
"version": "4.4.3",
12
"installREnv": "true",
0 commit comments