Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lsp): add fallback for range completion edits
Fix off-by-one error with LSP completion edits beyond document end. Add fallback to handle incorrect ranges and prevent index out of bounds panic. Default to correct range first, retry with `end - 1` if necessary.
- Loading branch information