From daad12a5006fc65a6a22e37dfef90986f5c24397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Wed, 22 Mar 2023 16:24:00 +0000 Subject: [PATCH] add flake8, isort extensions --- .devcontainer/devcontainer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 547f005..e910557 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -38,6 +38,8 @@ // Add the IDs of extensions you want installed when the container is created. "extensions": [ "ms-python.python", + "ms-python.flake8", + "ms-python.isort", "ms-python.vscode-pylance", "be5invis.toml" ]