Create devcontainer.json

This commit is contained in:
Shan181818 2025-12-31 20:08:48 -05:00 committed by GitHub
parent 00014ed6ed
commit 6cf324e611
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": {}
}