Create devcontainer.json

This commit is contained in:
Mikayla
2023-04-13 10:43:03 -04:00
committed by GitHub
parent 64449c6674
commit 59512bb0cf

View File

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