Create devcontainer.json

This commit is contained in:
sbatin 2 2025-05-02 16:15:54 +03:00 committed by GitHub
parent 82a973c043
commit 7463114a44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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