Create .devcontainer/devcontainer.json

This commit is contained in:
Rene Salvo
2023-04-12 01:05:34 -05:00
committed by GitHub
parent b13b69db36
commit 677dafa069

View File

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