]> git.njae.me.uk Git - advent-of-code-24-elixir.git/commit
Add configuration so you can develop in a VSCode dev container or Github Codespaces...
authorErik Guzman <erik.guzman@guzman.codes>
Thu, 3 Dec 2020 21:29:44 +0000 (13:29 -0800)
committerGitHub <noreply@github.com>
Thu, 3 Dec 2020 21:29:44 +0000 (16:29 -0500)
commitd4335769dbc33b4f8704abe211654ecbd1da1e91
treee2e29815afb81a95785f97a6c63eec8836d96126
parent0a61ffc019c4b1fdd6c039eef72910693245e5c5
Add configuration so you can develop in a VSCode dev container or Github Codespaces (#2)

* Create Dockerfile

* Create devcontainer.json

* Remove extension since elixir 1.7 isnt supported

* Remove port forwarding, not needed for this container

* remove accidental lock file commit

* Remove workspaceFolder config

* Update README.md

* Update README.md

* Set it so Elixir version use be default is latest
.devcontainer/Dockerfile [new file with mode: 0644]
.devcontainer/devcontainer.json [new file with mode: 0644]
README.md