Create devcontainer.json

This commit is contained in:
Maxusz666 2023-01-14 17:04:45 +11:00 committed by GitHub
parent eb2a3c0922
commit fb1a8c71a9
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": {
}
}