lsp_validate_workspace_edit
Validates a raw LSP WorkspaceEdit by detecting violations and returning only the issues without generating a diff.
Instructions
Validate a raw LSP WorkspaceEdit without generating a diff. Returns violations only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxEdits | No | Max edits before rejection. | |
| maxFiles | No | Max changed files before rejection. | |
| workspaceEdit | Yes | Raw LSP WorkspaceEdit to validate. |