diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 4410ef95a41f3912b6e3971d69a123b5b4ad03a0..233ca1055ca148b2a5db4381e36fcb010c12da25 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"
+			]
+		}
+	}
 }