I have been using the plugin for a little while and really like it. However in full_diff mode, there are issues with slightly offset lines. The actual lines mentioned in the copilot-chat itself are correct
Here for example, the chat itself states
[file:src/kanbanmark/tags.py](src/kanbanmark/tags.py) line:170-170
```python
def process_list_item(event_it: peekable[tuple[Event, Range]], depth: int = 0) -> ListItemBlock:
```
and is at the correct line, but the diff shows up at line 171.
When applying the patches separately, they are applied to the correct line.

I have been using the plugin for a little while and really like it. However in
full_diffmode, there are issues with slightly offset lines. The actual lines mentioned in the copilot-chat itself are correctHere for example, the chat itself states
and is at the correct line, but the diff shows up at line 171.
When applying the patches separately, they are applied to the correct line.