Create devcontainer.json

This commit is contained in:
Matvej 2024-01-27 21:29:05 +02:00 committed by GitHub
parent bc0b87ca19
commit c24eac3b2f
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": {
}
}