lsp_explain_diagnostics
Group diagnostics by root cause and propose fix order using LSP-only information. Optionally filter to a single file or include fix candidates.
Instructions
Explain diagnostics using LSP-only information. Groups diagnostics by root cause and proposes fix order. Does NOT use AST extraction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | No | Filter diagnostics to a single file. Omit for workspace-wide. | |
| workspaceWide | No | Include all files when true. | |
| maxDiagnostics | No | Maximum root cause candidates. | |
| includeFixCandidates | No | Include fix candidates for top diagnostics. |