Create devcontainer.json

Manage dev container
This commit is contained in:
Ally Elvis Nzeyimana 2024-05-21 23:03:39 +02:00 committed by GitHub
parent 70c1bd171e
commit c33a1991d0
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": {
}
}