You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ui): surface copy-mode viewport truncation as virtual lines
Copy mode silently windows source buffers larger than 500 lines around
the peek target, so users can think they are looking at a full file
when significant portions are hidden. Track the skipped-before/after
line counts on the popup model and decorate the buffer with virt_lines
markers (linked to PeekstackViewportTruncated, default NonText) so the
truncation is visible at the edges where it matters.
0 commit comments