cp .env.example .env uv venv #or how ever you create your venv #activate venv, OS specific uv pip install -r requirements.txt #uv sync docker compose up -d uv run main.py ...
With the latest change to the extension (this? #4696), debugpy no longer attaches to the func app running locally (confirmed on Windows and WSL Ubuntu 24.04) ...