update scenario to object notatio0n

This commit is contained in:
Josh Spicer 2022-06-30 01:25:28 +00:00 committed by GitHub
parent b3ca7988ee
commit 1c9ce8370d

View file

@ -1,39 +1,15 @@
{ {
"install_python_twice": {
"image": "mcr.microsoft.com/vscode/devcontainers/base:focal",
"features": [
{
"id": "python",
"options": {
"version": "3.8"
}
},
{
"id": "python",
"options": {
"version": "3.9",
"overrideDefaultVersion": true
}
}
]
},
"install_jupyterlab": { "install_jupyterlab": {
"image": "mcr.microsoft.com/vscode/devcontainers/base:focal", "image": "mcr.microsoft.com/vscode/devcontainers/base:focal",
"remoteUser": "vscode", "remoteUser": "vscode",
"features": [ "features": {
{ "common": {
"id": "common", "username": "vscode"
"options": {
"username": "vscode"
}
}, },
{ "python": {
"id": "python", "install_jupyterlab": true,
"options": { "configure_jupyterlab_allow_origin": "*"
"install_jupyterlab": true,
"configure_jupyterlab_allow_origin": "*"
}
} }
] }
} }
} }