Create devcontainer.json

This commit is contained in:
Death916 2025-01-09 02:42:51 -08:00 committed by GitHub
parent d065144e24
commit 87d560b0f1
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": {
}
}