Create devcontainer.json

This commit is contained in:
Sk musik Production inc 2024-07-11 22:40:00 +02:00 committed by GitHub
parent 5e9cb68e95
commit 1b76f0110e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
}
}