Create devcontainer.json

This commit is contained in:
ffaa3dd 2024-06-09 04:01:59 +03:00 committed by GitHub
parent eff380dfbc
commit 394f4c8daf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

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