Create devcontainer.json

This commit is contained in:
Hongvan3799 2025-05-07 09:15:26 +07:00 committed by GitHub
parent 4cc6253d5c
commit 5399f5524f
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": {}
}