зеркало из
https://github.com/VIGINUM-FR/D3lta.git
synced 2025-10-29 13:06:10 +02:00
18 строки
419 B
JSON
18 строки
419 B
JSON
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
|
// README at: https://github.com/devcontainers/templates/tree/main/src/python
|
|
{
|
|
"name": "Python 3",
|
|
"dockerFile": "./Dockerfile",
|
|
"context": "..",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"github.vscode-github-actions"
|
|
]
|
|
}
|
|
},
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
|
|
}
|
|
}
|