From 32290a248f3dc951b487a7fc617d362964306217 Mon Sep 17 00:00:00 2001 From: eitsupi <50911393+eitsupi@users.noreply.github.com> Date: Thu, 7 Sep 2023 22:32:02 +0000 Subject: [PATCH] chore: fix devcontainer.json --- .devcontainer.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.devcontainer.json b/.devcontainer.json index d904b233..c32aff84 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -13,11 +13,12 @@ "label": "Jupyter" } }, - "vscode": { - "extensions": [ - "ms-toolsai.jupyter", - "ms-python.python" - ] + "customizations": { + "vscode": { + "extensions": [ + "ms-toolsai.jupyter" + ] + } }, "onCreateCommand": { "prep-python": "python3 -m pip install --upgrade setuptools jupyterlab ipython jupyterlab-quarto -e '.[dev]'"