Create .devcontainer/devcontainer.json

This commit is contained in:
Spy68664Cloud 2023-04-13 09:37:57 -05:00 committed by GitHub
parent 920b830bd1
commit 243e951a2a
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": {
}
}