Create devcontainer.json

This commit is contained in:
TheSkyWalkerGo 2024-01-10 12:36:36 +07:00 committed by GitHub
parent 0d65e00110
commit e018cf417c
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": {
}
}