-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Multiline copy truncates spaces between lines #3605
Copy link
Copy link
Open
Labels
area:input-keyboardKeyboard shortcuts, keybindings, copy/paste, clipboard, mouse, and text inputKeyboard shortcuts, keybindings, copy/paste, clipboard, mouse, and text inputarea:terminal-renderingDisplay and rendering: flickering, scrolling, line wrapping, output formattingDisplay and rendering: flickering, scrolling, line wrapping, output formatting
Metadata
Metadata
Assignees
Labels
area:input-keyboardKeyboard shortcuts, keybindings, copy/paste, clipboard, mouse, and text inputKeyboard shortcuts, keybindings, copy/paste, clipboard, mouse, and text inputarea:terminal-renderingDisplay and rendering: flickering, scrolling, line wrapping, output formattingDisplay and rendering: flickering, scrolling, line wrapping, output formatting
Type
Fields
Give feedbackNo fields configured for Bug.
Describe the bug
Multiline drag selection & right click to copy truncates spaces around lines.
Affected version
GitHub Copilot CLI 1.0.57-4
Steps to reproduce the behavior
The example here is from a changelog, but the phenomenon appears in user prompt/agent responses too.
For example,
/changelog last 10.I'll select the sentence starting with "Context window tier..."
Right click to copy it
I get no spaces between "tier-dervied" and "limits"
Expected behavior
Spaces are correctly preserved, so that copy-pasting keeps the original content
Additional context
No response