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" ]