lsp_compare_diagnostics
Compare two diagnostic snapshots to detect which code issues were fixed, newly introduced, or remained unchanged.
Instructions
Compare two diagnostic snapshots to identify fixed, introduced, and unchanged diagnostics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| afterId | Yes | Snapshot ID to compare to. | |
| beforeId | Yes | Snapshot ID to compare from. |