Skip to content

Commit

Permalink
Merge pull request #61 from gerlero/devcontainer
Browse files Browse the repository at this point in the history
Add .devcontainer.json
  • Loading branch information
gerlero authored Aug 11, 2023
2 parents 4c59dd2 + e853050 commit a8387c4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "Julia",
"image": "mcr.microsoft.com/devcontainers/base",
"features": {
"ghcr.io/julialang/devcontainer-features/julia": {}
},
"customizations": {
"vscode": {
"extensions": [
"github.vscode-github-actions"
]
}
}
}

0 comments on commit a8387c4

Please sign in to comment.