Create devcontainer.json

This commit is contained in:
Randyblo7 2024-04-03 17:08:12 -07:00 committed by GitHub
parent 6caa01f8c5
commit f6efab9e9f
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": {
}
}