Create devcontainer.json

This commit is contained in:
Cokybit 2024-12-08 08:01:13 +07:00 committed by GitHub
parent bd6c90f6d8
commit 87b909ef35
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": {
}
}