flask/.devcontainer/devcontainer.json

17 lines
515 B
JSON
Raw Normal View History

2023-02-10 17:45:41 +00:00
// For format details, see https://aka.ms/devcontainer.json
{
"name": "pallets/flask",
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// Runs the initial setup commands after the container is created.
2023-02-10 17:45:41 +00:00
"postCreateCommand": ".devcontainer/post-create-command.sh"
// Activates the virtual environment after the container is started.
// "postStartCommand": ". .venv/bin/activate"
2023-02-10 17:45:41 +00:00
// Configure tool-specific properties.
// "customizations": {},
}