Created
July 25, 2024 02:24
-
-
Save jarrodtaylor/b068d19afb0188e433486eaa224b9e13 to your computer and use it in GitHub Desktop.
Starter files for Phoenix development in a GitHub Codespace.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"image": "mcr.microsoft.com/devcontainers/universal", | |
"features": { | |
"ghcr.io/devcontainers-contrib/features/elixir-asdf:2": {} | |
}, | |
"postCreateCommand": "bash -i -c 'mix archive.install hex phx_new --force'", | |
"customizations": { | |
"vscode": { | |
"extensions": [ | |
"mjmcloug.vscode-elixir", | |
"phoenixframework.phoenix" | |
] | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
erlang 27.0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment