Create devcontainer.json

This commit is contained in:
lukastechgj67 2022-12-25 14:13:34 +01:00 committed by GitHub
parent 83fd05a356
commit 04ab82537b
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": {
}
}