From 1c9ce8370da7b1d19a646426295eaba447068e78 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Thu, 30 Jun 2022 01:25:28 +0000 Subject: [PATCH] update scenario to object notatio0n --- test-scenarios/scenarios.json | 38 +++++++---------------------------- 1 file changed, 7 insertions(+), 31 deletions(-) diff --git a/test-scenarios/scenarios.json b/test-scenarios/scenarios.json index bbb61e7..d07dda9 100644 --- a/test-scenarios/scenarios.json +++ b/test-scenarios/scenarios.json @@ -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": "*" } - ] + } } } \ No newline at end of file