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 Kevin Hester
parent eddb72705f
commit 17b2a83b44
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