lsp_workspace_edit_preview
Preview LSP WorkspaceEdit changes as unified diff without applying them to disk. Validate and inspect edits before writing.
Instructions
Parse, validate, and preview a raw LSP WorkspaceEdit. Returns a unified diff without writing any files to disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxEdits | No | Max edits before rejection. | |
| maxFiles | No | Max changed files before rejection. | |
| includeDiff | No | Whether to include a unified diff. | |
| workspaceEdit | Yes | Raw LSP WorkspaceEdit to preview. |