Create devcontainer.json

pull/7408/head
최준호 2024-10-24 23:10:28 +09:00 committed by GitHub
parent a701432b8b
commit ee47d28510
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": {
}
}