Skip to content

Commit

Permalink
chore: add devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshan333 committed Mar 15, 2024
1 parent d7d783e commit 6ad6783
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .devcontainer/devcontainer.json
@@ -0,0 +1,10 @@
{
"image": "ghcr.io/yeshan333/erlang_elixir_asdf_ubuntu_container:latest",
"customizations": {
"vscode": {
"extensions": [
"jakebecker.elixir-ls"
]
}
}
}

0 comments on commit 6ad6783

Please sign in to comment.