Create devcontainer.json

This commit is contained in:
Kongpcmail 2023-01-18 21:54:03 +08:00 committed by GitHub
parent ac59398561
commit c0b3da4b9a
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": {
}
}