Create devcontainer.json

This commit is contained in:
Konstnär Andreas Rörqvist 2025-05-01 11:13:05 +02:00 committed by GitHub
parent aa9b8e9a5a
commit 06b6520ae9
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": {}
}