diff --git a/.vscode/launch.json b/.vscode/launch.json index 4aad3fe..2ab3c59 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,6 +5,9 @@ "name": "Attach to Python Functions", "type": "debugpy", "request": "attach", + "connect": { + "port": 7071 + }, "preLaunchTask": "func: host start" } ]