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
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": {
}
}