Create devcontainer.json

This commit is contained in:
dillyphilly3131 2025-09-03 11:13:41 -04:00 committed by GitHub
parent 84461a1f80
commit 38c4d0049e
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": {}
}