Create devcontainer.json

This commit is contained in:
Devlynnx
2023-06-14 12:22:37 -07:00
committed by GitHub
parent 8247e6e656
commit c1ff87ff9e

View File

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