From fb2d8b8984423a55ff796a603ada98c9454f0b16 Mon Sep 17 00:00:00 2001 From: Austin Gregg-Smith Date: Wed, 24 Dec 2025 12:59:51 +0000 Subject: [PATCH] update extensions --- .devcontainer/devcontainer.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 14f6900..53825d6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,13 +11,12 @@ "vscode": { "settings": {}, "extensions": [ - "jjjermiah.pixi-vscode", "ms-python.python", + "ms-python.vscode-pylance", + "jjjermiah.pixi-vscode", "charliermarsh.ruff", "tamasfe.even-better-toml", - "mhutchie.git-graph", - "GitHub.copilot", - "ryanluker.vscode-coverage-gutters" + "mhutchie.git-graph" ] } },