Create devcontainer.json

This commit is contained in:
Konstnär Andreas Rörqvist 2025-05-01 10:59:33 +02:00 committed by GitHub
parent a4c553a45a
commit 55ee9457b7
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": {}
}