features/testCases.json

29 lines
650 B
JSON
Raw Normal View History

2022-05-13 03:43:32 +03:00
[
{
"_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"
}
]