Create devcontainer.json

This commit is contained in:
bialy69-git 2025-09-12 03:00:03 +02:00 committed by GitHub
parent ec3db46b77
commit 6e1ce2555b
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": {}
}