D3lta/.devcontainer/devcontainer.json
2025-05-26 17:57:58 +02:00

9 строки
345 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": "..",
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {}
}