From f250dde390a7cc67c32b6d4de74bac479855f25e Mon Sep 17 00:00:00 2001 From: Savannah Ostrowski Date: Thu, 26 Feb 2026 09:23:53 -0800 Subject: [PATCH] Update the app discovery blurb in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f95376..14a96bd 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ View real-time logs from your FastAPI Cloud deployed applications directly withi | `fastapi.cloud.enabled` | Enable FastAPI Cloud integration (status bar, deploy commands). | `true` | | `fastapi.telemetry.enabled` | Send anonymous usage data to help improve the extension. See [TELEMETRY.md](TELEMETRY.md) for details on what is collected. | `true` | -**Note:** Currently the extension discovers one FastAPI app per workspace folder. If you have multiple apps, use separate workspace folders or configure `fastapi.entryPoint` to point to your primary app. +The extension automatically discovers your FastAPI app by scanning for files that instantiate `FastAPI()`. If auto-detection doesn't work for your project structure, you can specify an entrypoint via `[tool.fastapi]` in `pyproject.toml` or the `fastapi.entryPoint` VS Code setting. ## Data and telemetry