Create devcontainer.json

This commit is contained in:
CARLA ARCHULETA 2025-08-04 16:58:28 -06:00 committed by GitHub
parent 8edcb1bdb4
commit ed9a71f44f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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