-
-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request