aboutsummaryrefslogblamecommitdiff
path: root/test-scenarios/scenarios.json
blob: a4d3fa207ab662eb023d00998f1c754840684bb4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














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