Skip to content

Instantly share code, notes, and snippets.

@jarrodtaylor
Created July 25, 2024 02:24
Show Gist options
  • Save jarrodtaylor/b068d19afb0188e433486eaa224b9e13 to your computer and use it in GitHub Desktop.
Save jarrodtaylor/b068d19afb0188e433486eaa224b9e13 to your computer and use it in GitHub Desktop.
Starter files for Phoenix development in a GitHub Codespace.
{
"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"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment