Add devcontainer (#4491)

devcontainers can be used by IDEs/editors like VS Code to create a standardized development environment in a container
This commit is contained in:
John Hollowell
2024-08-23 21:25:16 -04:00
committed by GitHub
parent 5514aab007
commit 8847945734
3 changed files with 55 additions and 0 deletions

3
.devcontainer/setup.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env sh
git submodule update --init