Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
Create devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfliegner authored Jun 4, 2024
1 parent 4a1090a commit f82e091
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers-contrib/features/postgres-asdf:1": {
"version": "latest"
},
"ghcr.io/julialang/devcontainer-features/julia:1": {
"channel": "release"
},
"ghcr.io/robbert229/devcontainer-features/postgresql-client:1": {
"version": "13"
}
},
"postCreateCommand": "/bin/sh -c ./.devcontainer/postCreateCommand.sh"
}

0 comments on commit f82e091

Please sign in to comment.