Create devcontainer.json

This commit is contained in:
Jeff brown 2025-09-14 04:51:12 -04:00 committed by GitHub
parent 740310365d
commit 2c071ce007
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": {}
}