Create devcontainer.json

This commit is contained in:
Nodoubtz 2025-03-15 13:39:16 -04:00 committed by GitHub
parent 0cd41b2a5b
commit 79a8026ae8
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": {}
}