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 23dd7ca commit 8cf2557Copy full SHA for 8cf2557
.devcontainer/devcontainer.json
@@ -1,7 +1,10 @@
1
{
2
"image": "ghcr.io/calkit/devcontainer:latest",
3
"features": {
4
- "ghcr.io/devcontainers/features/docker-in-docker:2": {}
+ "ghcr.io/devcontainers/features/docker-in-docker:2": {},
5
+ "ghcr.io/julialang/devcontainer-features/julia:1": {
6
+ "channel": "release"
7
+ }
8
},
9
"customizations": {
10
"vscode": {
0 commit comments