blob: a4d3fa207ab662eb023d00998f1c754840684bb4 (
plain) (
tree)
|
|
{
"install_python_twice": {
"image": "mcr.microsoft.com/vscode/devcontainers/base:focal",
"features": [
{
"id": "python",
"version": "3.8"
},
{
"id": "python",
"version": "3.9"
}
]
}
}
|