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": {
"image": "mcr.microsoft.com/vscode/devcontainers/base:focal",
"remoteUser": "vscode",
"features": [
{
"id": "common",
"options": {
"username": "vscode"
}
"features": {
"common": {
"username": "vscode"
},
{
"id": "python",
"options": {
"install_jupyterlab": true,
"configure_jupyterlab_allow_origin": "*"
}
"python": {
"install_jupyterlab": true,
"configure_jupyterlab_allow_origin": "*"
}
]
}
}
}