feat(dev): add devcontainer config to test and dev on sogo

This commit is contained in:
Hivert Quentin
2025-03-13 15:38:48 +01:00
parent c3234882eb
commit 8904350b71
38 changed files with 3041 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile
{
"name": "sogo",
"dockerComposeFile": "docker-compose.yml",
"service": "sogo",
"workspaceFolder": "/workspace",
"customizations": {
"vscode": {
"extensions": [
"ms-azuretools.vscode-docker"
]
}
}
}