Create devcontainer.json

This commit is contained in:
Whatisthis-dot 2025-03-21 20:40:23 +07:00 committed by GitHub
parent b7ab74091b
commit 1286ad2c8d
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": {}
}