Skip to content

Commit 3ae3f0b

Browse files
authored
Create devcontainer.json (#100)
1 parent 785767f commit 3ae3f0b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.devcontainer/devcontainer.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/universal:2",
3+
"features": {
4+
"ghcr.io/nikobockerman/devcontainer-features/fish-persistent-data:2": {},
5+
"ghcr.io/julialang/devcontainer-features/julia:1": {
6+
"channel": "1.10",
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)