-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/diff is hiding some lines seemingly at random #3139
Copy link
Copy link
Open
Labels
area:terminal-renderingDisplay and rendering: flickering, scrolling, line wrapping, output formattingDisplay and rendering: flickering, scrolling, line wrapping, output formattingarea:toolsBuilt-in tools: file editing, shell, search, LSP, git, and tool call behaviorBuilt-in tools: file editing, shell, search, LSP, git, and tool call behavior
Metadata
Metadata
Assignees
Labels
area:terminal-renderingDisplay and rendering: flickering, scrolling, line wrapping, output formattingDisplay and rendering: flickering, scrolling, line wrapping, output formattingarea:toolsBuilt-in tools: file editing, shell, search, LSP, git, and tool call behaviorBuilt-in tools: file editing, shell, search, LSP, git, and tool call behavior
Type
Fields
Give feedbackNo fields configured for Bug.
Describe the bug
I noticed sometimes the diff is not showing all lines:
The line 193 is not showing! The line "appears" (it's still looks like it's under the "original" line) when I move my cursor to the missing line:
Git diff shows this code section just fine, I also can't see any weird characters in hexedit:
I noticed that different lines disappear as I scroll. As I scroll, the line 193 appears, but now line 196 is hidden:
Affected version
GitHub Copilot CLI 1.0.42-0.
Steps to reproduce the behavior
The bug appears seemingly at random, I don't know how to reliably reproduce it.
Expected behavior
All lines are shown in the diff.
Additional context