lsp-diagnostics
Get GDScript diagnostics for a script file from the Godot Language Server to identify coding issues.
Instructions
[compact alias of lsp_get_diagnostics] Get GDScript diagnostics from Godot Language Server for a script file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to Godot project root | |
| scriptPath | Yes | Path to script relative to project root |