Spaces:
Sleeping
Sleeping
File size: 793 Bytes
f66560f 8ba1a3e f66560f 8ba1a3e f66560f 8ba1a3e f66560f 8ba1a3e f66560f 8ba1a3e f66560f 8ba1a3e f1c20e4 8ba1a3e f66560f 8ba1a3e f66560f 8ba1a3e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
{
"name": "poetry3-poetry-pyenv",
"build": {
"dockerfile": "Dockerfile"
},
// π Features to add to the Dev Container. More info: https://containers.dev/implementors/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": "",
// π Configure tool-specific properties.
"customizations": {
"vscode": {
"extensions":["ms-python.python","njpwerner.autodocstring","ms-azuretools.vscode-docker","qwtel.sqlite-viewer"]
}
}
// π Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
} |