Create devcontainer.json

This commit is contained in:
remizreza 2024-08-05 15:48:40 +03:00 committed by GitHub
parent 210c191353
commit 2beaec7b0f
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": {
}
}