Create devcontainer.json

Signed-off-by: weera116 <119831071+weera116@users.noreply.github.com>
This commit is contained in:
weera116 2024-06-09 10:04:57 +07:00 committed by GitHub
parent 2e3cd34160
commit 83b81bb2df
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": {
}
}