forked from eoeair/cenv
13 lines
444 B
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"]
|
|
}
|
|
}
|
|
} |