Create devcontainer.json

This commit is contained in:
scally 2022-11-18 15:10:38 +01:00 committed by GitHub
commit 8e4de24fc1
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": {
}
}