Skip to content

Commit ae9dee9

Browse files
committed
Fix R devcontainer build
1 parent 903f8cf commit ae9dee9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

template/.devcontainer/devcontainer.json.jinja

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"ghcr.io/devcontainers/features/python:1": { "version": "3.13" }{% endif %}{% if r_data_science %},
77
"ghcr.io/rocker-org/devcontainer-features/r-rig:1": {
88
"version": "4.4.3",
9-
"installREnv": true,
10-
"installRMarkdown": true,
11-
"vscodeRSupport": true,
12-
"installVscDebugger": true,
13-
"installRadian": true
9+
"installREnv": "true",
10+
"installRMarkdown": "true",
11+
"vscodeRSupport": "full",
12+
"installVscDebugger": "true",
13+
"installRadian": "true"
1414
}{% endif %}{% if python_data_science or r_data_science %},
1515
"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1": {
1616
"version": "1.7.33",
17-
"installChromium": true
17+
"installChromium": "true"
1818
},
1919
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
2020
"packages": "chromium python3-tk"

0 commit comments

Comments
 (0)