We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785767f commit 3ae3f0bCopy full SHA for 3ae3f0b
.devcontainer/devcontainer.json
@@ -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