From 22ad5180a376667d1644b5cc9261fbbd55ea1a21 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 26 Mar 2023 23:11:20 -0500 Subject: [PATCH] dev container improvements --- .devcontainer/devcontainer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f4b3a6c..594886e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -35,7 +35,9 @@ "extensions": [ "ms-python.python", "ms-toolsai.jupyter", - "mhutchie.git-graph" + "mhutchie.git-graph", + "ms-python.isort", + "ms-python.autopep8" ] } }