Create devcontainer.json

This commit is contained in:
griffi-gh 2024-03-26 00:25:28 +01:00 committed by GitHub
parent 787b20b3db
commit bf7244ea33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,6 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/desktop-lite:1": {}
}
}