Create devcontainer.json

This commit is contained in:
Mohammedalduhamshi 2024-12-08 07:49:00 +03:00 committed by GitHub
parent f990d38dcf
commit 510a73933e
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": {
}
}