Create devcontainer.json

This commit is contained in:
zarkius 2024-05-10 06:14:21 +02:00 committed by GitHub
parent 5a000c1f9e
commit b99eac9bc9
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": {
}
}