Create devcontainer.json

This commit is contained in:
225895 2023-02-22 08:48:57 -06:00 committed by GitHub
parent 99ea44c7b3
commit a4ea6f2dd4
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": {
}
}