Create devcontainer.json

This commit is contained in:
Ka11ex420x 2023-05-25 13:58:58 +02:00 committed by GitHub
parent 5b32c9063c
commit 41bb16bd5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
}
}