You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ View real-time logs from your FastAPI Cloud deployed applications directly withi
40
40
41
41
| Setting | Description | Default |
42
42
|---------|-------------|---------|
43
-
|`fastapi.entryPoint`|Path to the main FastAPI application file (e.g., `src/main.py`). If not set, the extension searches common locations: `main.py`, `app/main.py`, `api/main.py`, `src/main.py`, `backend/app/main.py`. |`""` (auto-detect) |
43
+
|`fastapi.entryPoint`|Entry point for the main FastAPI application in module notation (e.g., `my_app.main:app`). If not set, the extension searches `pyproject.toml` and common locations. |`""` (auto-detect) |
44
44
|`fastapi.codeLens.enabled`| Show CodeLens links above test client calls (e.g., `client.get('/items')`) to navigate to the corresponding route definition. |`true`|
45
45
|`fastapi.cloud.enabled`| Enable FastAPI Cloud integration (status bar, deploy commands). |`true`|
46
46
|`fastapi.telemetry.enabled`| Send anonymous usage data to help improve the extension. See [TELEMETRY.md](TELEMETRY.md) for details on what is collected. |`true`|
0 commit comments