Rename to .devcontainer.json

This commit is contained in:
Kroese 2025-03-18 11:12:22 +01:00 committed by GitHub
parent 63191f0cf3
commit 8534e42610
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

4
.devcontainer.json Normal file
View File

@ -0,0 +1,4 @@
{
"service": "windows",
"dockerComposeFile": "compose.yml"
}

View File

@ -1,4 +0,0 @@
{
"dockerComposeFile": "../compose.yml",
"service": "windows"
}