lsp_diagnostics
Retrieve compile errors and warnings for any C++ file using clangd diagnostics. Identify and resolve coding issues quickly.
Instructions
Get compile errors and warnings for a C++ file from clangd.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The LSP session identifier. | |
| file_path | Yes | Absolute path to the C++ source file. |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |