Create devcontainer.json

This commit is contained in:
lukastechgj67
2022-12-25 14:13:34 +01:00
committed by GitHub
parent 83fd05a356
commit 04ab82537b

View File

@@ -0,0 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
}
}