Skip to content

Commit

Permalink
Add .devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Jan 30, 2024
1 parent f1c7695 commit d8cee58
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers-contrib/features/elixir-asdf:2": {}
},
"customizations": {
"vscode": {
"settings": {},
"extensions": [
"jakebecker.elixir-ls"
]
}
}
}

0 comments on commit d8cee58

Please sign in to comment.