Sample application to develop Phoenix applications in Gitpod.
- Dockerfile based upon
gitpod/workspace-full
. - PostgreSQL 14
- Compiles ElixirLS extension with the current Erlang/Elixir version to properly autocomplete when using the
use
macro. The extension is installed using a task in.vscode/tasks.json
. Currently there is no other way to do this until you can define extensions via a local file path in.gitpod.yml
.
.gitpod.yml
.gitpod.Dockerfile
gitpod/install_extensions.sh
.vscode/tasks.json