Create devcontainer.json

This commit is contained in:
Mohammed Alduhamshi 2025-01-20 07:53:54 +03:00 committed by GitHub
parent bf8b86849e
commit 2ba3f6b9b8
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": {
}
}