1
0
forked from eoeair/cenv
cenv/Program/python/.devcontainer/devcontainer.json

13 lines
444 B
JSON

// 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"]
}
}
}