From b264d4d54e7a4f1bd059bda819fc9b1ca8aa89c0 Mon Sep 17 00:00:00 2001 From: genome21 Date: Sat, 1 Aug 2026 00:42:42 +0000 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b5ed7f8..190c076 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,12 +5,12 @@ }, "vscode": { "extensions": [ - "ms-toolsai.jupyter@2024.4.2024041101", - "ms-python.python@2024.5.11021008", - "sourcery.sourcery@1.16.0", - "GitHub.copilot@1.180.0", - "amazonwebservices.aws-toolkit-vscode@2.18.0", - "ms-python.pylint@2023.11.13481007" + "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@4.12.0", + "ms-python.pylint@2026.7.12041008" ] } },