get_diagnostics
Get diagnostics for code files to reveal syntax errors, type mismatches, and other issues detected by the language server. Specify a file path or omit it to check all open files.
Instructions
Get diagnostic messages (errors, warnings) for files. Use this tool to identify problems in code files such as syntax errors, type mismatches, or other issues detected by the language server. When used without a file_path, returns diagnostics for all open files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No |