mirror of
https://github.com/lalifeier/IPTV.git
synced 2025-12-16 23:10:57 +08:00
29 lines
862 B
JSON
29 lines
862 B
JSON
{
|
|
"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"]
|
|
}
|
|
},
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/node:1": {},
|
|
"ghcr.io/balazs23/devcontainers-features/bazel:1": {}
|
|
}
|
|
|
|
// 👇 Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
|
|
// "remoteUser": "root"
|
|
} |