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]'"