Create devcontainer.json

pull/813/head
Devlynnx 2023-06-14 12:22:37 -07:00 committed by GitHub
parent 8247e6e656
commit c1ff87ff9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

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