Create devcontainer.json

This commit is contained in:
Tswifty1998 2024-08-13 01:37:21 -07:00 committed by GitHub
parent 44b3fd82b1
commit 5e189bbe7b
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": {
}
}