Create devcontainer.json

This commit is contained in:
behicof 2025-05-16 00:22:25 +03:30 committed by GitHub
parent b8724bc974
commit 0098dd7049
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": {}
}