зеркало из
https://github.com/VIGINUM-FR/D3lta.git
synced 2025-10-30 05:26:15 +02:00
16 строки
447 B
JSON
16 строки
447 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 to add to the dev container. More info: https://containers.dev/features.
|
|
// "features": {}
|
|
} |