Skip to content

Commit

Permalink
Create devcontainer.json (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-allen authored Mar 6, 2024
1 parent 785767f commit 3ae3f0b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/nikobockerman/devcontainer-features/fish-persistent-data:2": {},
"ghcr.io/julialang/devcontainer-features/julia:1": {
"channel": "1.10",
}
}
}

0 comments on commit 3ae3f0b

Please sign in to comment.