lsp_diagnostics_summary
Summarize code diagnostics by severity, file, and source to identify root causes. Optionally filter by specific file or warm workspace for complete overview.
Instructions
Return a summary of cached diagnostics grouped by severity, file, source, and message with a likely root cause.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | No | Absolute or workspace-relative path to a file, or omit for all cached diagnostics. | |
| workspaceWide | No | If true, warm the workspace before summarizing. |