aboutsummaryrefslogblamecommitdiff
path: root/testCases.json
blob: e2dfcabedb250ef66e30ec1a9dd4a2494b19146f (plain) (tree)




























                                                                    
[
    {
        "_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"
    }
]