From dc9153cf9a514e9ee0a5b577c8e56764b53e4239 Mon Sep 17 00:00:00 2001 From: Johannes Zumthurm <nimro27@gmx.net> Date: Sat, 16 Nov 2024 23:03:10 +0100 Subject: [PATCH] add extensions --- .devcontainer/devcontainer.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4410ef9..233ca10 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,5 +8,12 @@ "ghcr.io/devcontainers-extra/features/tox:2": {} }, "postCreateCommand": "pip install -r requirements.txt && pip install -e /api/.", - "forwardPorts": [27017, 5000] + "customizations": { + "vscode": { + "extensions": [ + "ms-python.flake8", + "ms-python.python" + ] + } + } } -- GitLab