features/test-scenarios/scenarios.json
2022-05-31 21:40:22 +00:00

15 lines
328 B
JSON

{
"install_python_twice": {
"image": "mcr.microsoft.com/vscode/devcontainers/base:focal",
"features": [
{
"id": "python",
"version": "3.8"
},
{
"id": "python",
"version": "3.9"
}
]
}
}