diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 70e91b2..edc63c0 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,6 +5,17 @@ "build": { "context": "..", "dockerfile": "Dockerfile" + }, + "customizations": { + "vscode": { + "extensions": [ + "ms-python.debugpy", + "ms-python.python", + "ms-python.vscode-pylance", + "ms-python.black-formatter", + "ms-python.flake8" + ] + } } // Features to add to the dev container. More info: https://containers.dev/features.