From daea937aa4d07869d86c72bd9493b9a2ab2e6906 Mon Sep 17 00:00:00 2001 From: genome21 Date: Sat, 1 Aug 2026 00:34:54 +0000 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index acb0717..190c076 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,12 +5,12 @@ }, "vscode": { "extensions": [ - "ms-toolsai.jupyter@2025.10.2025121801", - "ms-python.python@2025.21.2025121801", - "sourcery.sourcery@1.42.0", + "ms-toolsai.jupyter@2026.6.2026071501", + "ms-python.python@2026.5.2026070801", + "sourcery.sourcery@1.44.0", "GitHub.copilot@1.388.0", - "amazonwebservices.aws-toolkit-vscode@3.91.0", - "ms-python.pylint@2025.3.12271016" + "amazonwebservices.aws-toolkit-vscode@4.12.0", + "ms-python.pylint@2026.7.12041008" ] } },