From 47f1137309540bb71f6de221bc0b01e02c742c7a Mon Sep 17 00:00:00 2001 From: Stephen McMurtry Date: Fri, 22 Sep 2023 18:43:21 +0000 Subject: [PATCH] add the python extension to the dev container. vs code was telling me to install it since it is a dependency of pylance --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 34f9dfa1..e6193e59 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -22,6 +22,7 @@ "extensions": [ "donjayamanne.python-extension-pack", + "ms-python.python", "ms-python.vscode-pylance", "eamodio.gitlens", "GitHub.copilot",