Create devcontainer.json

This commit is contained in:
David-Lopez777 2025-01-28 02:17:54 -07:00 committed by GitHub
parent bbc10cb105
commit 127a3575e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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