D3lta/.devcontainer/devcontainer.json
2025-07-30 14:37:20 +02:00

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": {}
}