Create devcontainer.json

This commit is contained in:
AlesDressler 2024-12-07 02:42:08 +01:00 committed by GitHub
parent 5c70856738
commit f40edcbadf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

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