lsp_diagnostics
Retrieve cached language server diagnostics (errors, warnings) for a specific file to identify and address code issues.
Instructions
Get cached diagnostics (errors, warnings) for a file. Diagnostics come from language server notifications.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the source file | |
| severity_filter | No | Filter diagnostics by minimum severity | all |