foxygit / doom Log in
commit 9546b2f0392a606bb6220671741525ba40480685
Merge: 41865b17 b780b11e
Author:     Simon Howard <fraggle@soulsphere.org>
AuthorDate: Sat Feb 12 03:11:32 2022 -0500
Commit:     GitHub <noreply@github.com>
CommitDate: Sat Feb 12 03:11:32 2022 -0500

    Merge pull request #1442 from fsufitch/vscode_dev_container

    Support for Docker container-based development for ease and consistency

 .devcontainer/.gitignore               |  4 +++
 .devcontainer/Dockerfile               | 39 +++++++++++++++++++++++++++++
 .devcontainer/devcontainer.json        | 45 ++++++++++++++++++++++++++++++++++
 .devcontainer/initialize-linux.sh      |  9 +++++++
 .devcontainer/prefs/NO_VERSION_CONTROL |  0
 .devcontainer/share/NO_VERSION_CONTROL |  0
 .devcontainer/wads/NO_VERSION_CONTROL  |  0
 .gitignore                             |  4 +++
 8 files changed, 101 insertions(+)