features/test-scenarios/scenarios.json

20 lines
482 B
JSON
Raw Normal View History

2022-06-01 00:40:22 +03:00
{
"install_python_twice": {
"image": "mcr.microsoft.com/vscode/devcontainers/base:focal",
"features": [
{
"id": "python",
"options": {
"version": "3.8"
}
2022-06-01 00:40:22 +03:00
},
{
"id": "python",
"options": {
"version": "3.9",
"overrideDefaultVersion": true
}
2022-06-01 00:40:22 +03:00
}
]
}
}