Add devcontainer skeleton
This commit is contained in:
parent
4ddb3f73ba
commit
a9f925cf1f
2 changed files with 19 additions and 0 deletions
19
.devcontainer/devcontainer.json
Normal file
19
.devcontainer/devcontainer.json
Normal 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": {},
|
||||||
|
}
|
||||||
0
.devcontainer/post-create-command.sh
Normal file
0
.devcontainer/post-create-command.sh
Normal file
Loading…
Add table
Add a link
Reference in a new issue