Create devcontainer.json8

This commit is contained in:
Mostafaviii 2024-09-20 14:58:39 +03:30 committed by GitHub
parent 2743fcb3f2
commit fb49186626
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": {
}
}