Create devcontainer.json

This commit is contained in:
carlaarchuletatheone
2025-02-11 15:23:00 -07:00
committed by GitHub
parent 85e6279cec
commit 06dd1e1d49

View File

@@ -0,0 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
}
}