Create devcontainer.json

This commit is contained in:
elimarva 2023-03-09 09:47:18 +00:00 committed by GitHub
parent f203f0b24d
commit 0c3f147ed6
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": {
}
}