-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Line wraps break URL links in Windows Terminal #2968
Copy link
Copy link
Open
Labels
area:platform-windowsWindows-specific: PowerShell, cmd, Git Bash, WSL, Windows TerminalWindows-specific: PowerShell, cmd, Git Bash, WSL, Windows Terminalarea:terminal-renderingDisplay and rendering: flickering, scrolling, line wrapping, output formattingDisplay and rendering: flickering, scrolling, line wrapping, output formatting
Metadata
Metadata
Assignees
Labels
area:platform-windowsWindows-specific: PowerShell, cmd, Git Bash, WSL, Windows TerminalWindows-specific: PowerShell, cmd, Git Bash, WSL, Windows Terminalarea: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
When a URL is long and wraps to new lines, only the part on the first line was recognized as a link.
Affected version
1.0.36
Steps to reproduce the behavior
Just paste a really long URL into Copilot CLI and click it.

For example, the following URL only opens
https://github.com/github/copilot-cli/issues?q=is%3AissueIt is correctly recognized if I paste it into Windows Terminal outside of CLI:

Expected behavior
The full URL should be recognized by Windows Terminal
Additional context
No response