Create devcontainer.json

This commit is contained in:
bialy69-git 2025-09-05 04:01:07 +02:00 committed by GitHub
parent 643419852e
commit 80c85b868b
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": {}
}