Create devcontainer.json

This commit is contained in:
shaharulislam999 2023-05-05 04:09:39 +06:00 committed by GitHub
parent cf37800c2b
commit 755d7a307f
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": {
}
}