Create devcontainer.json

This commit is contained in:
Vse7en 2024-09-09 18:17:50 +03:00 committed by GitHub
parent 3b3e7f1785
commit 52c570dc48
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": {
}
}