aboutsummaryrefslogtreecommitdiff
path: root/testCases.json
blob: e2dfcabedb250ef66e30ec1a9dd4a2494b19146f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[
    {
        "_id": "go then dotnet",
        "features": [
            {
                "id": "go",
                "version": "1.17"
            },
            {
                "id": "dotnet",
                "version": "latest",
                "runtimeOnly": true
            }
        ],
        "image": "mcr.microsoft.com/vscode/devcontainers/base:focal"
    },
    {
        "_id": "python then jupyter",
        "features": [
            {
                "id": "python"
            },
            {
                "id": "jupyterlab"
            }
        ],
        "image": "mcr.microsoft.com/vscode/devcontainers/base:focal"
    }
]