chore: create devcontainer.json (#110)

Signed-off-by: hema203 <hema01000705389@gmail.com>
This commit is contained in:
hema203 2025-01-11 21:38:44 +04:00 committed by GitHub
parent 4f829af9d5
commit 0c33571aaa
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": {
}
}