Add devcontainer skeleton

This commit is contained in:
emisargent 2023-02-10 17:45:41 +00:00
parent 4ddb3f73ba
commit a9f925cf1f
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,19 @@
// 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": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": ".devcontainer/post-create-command.sh"
// Use 'postStartCommand' to run commands after the container is started.
// "postStartCommand": ". .venv/bin/activate",
// Configure tool-specific properties.
// "customizations": {},
}