Create devcontainer.json

This commit is contained in:
Mustafacco 2024-10-07 01:58:22 +03:00 committed by GitHub
parent dff1ae69a7
commit 8e20bfc9dd
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": {
}
}