// For format details, see https://aka.ms/devcontainer.json. // For config options, see the README at: https://github.com/devcontainers/templates/tree/main/src/debian { "name": "python", "image": "docker.io/ben0i0d/cenv:python", // Configure vscode-extensions. "customizations": { "vscode": { "extensions": ["ms-python.python", "donjayamanne.python-environment-manager", "ms-python.vscode-pylance", "ms-toolsai.jupyter"] } } }