Skip to content

Conversation

@kiofaw
Copy link
Contributor

@kiofaw kiofaw commented Jan 11, 2026

Summary

fix: #287531
This PR fixes an issue where selecting multiple lines in the Output Panel causes the visual selection highlight to extend beyond the actual text range (typically showing about 2 extra characters at the start/end of lines).
While the visual highlight was incorrect, the actual text copied to the clipboard remained accurate.

Actual (Before)

actual.mp4

Expected (After)

expected.mp4

Fix

Disabled roundedSelection in OutputEditor configuration. This forces the selection to use standard rectangular rendering, which is 100% accurate to the underlying text model.

@sandy081 sandy081 added this to the January 2026 milestone Jan 13, 2026
@sandy081 sandy081 enabled auto-merge (squash) January 13, 2026 13:41
@sandy081 sandy081 merged commit 6dad410 into microsoft:main Jan 13, 2026
17 checks passed
eli-w-king pushed a commit that referenced this pull request Jan 14, 2026
fix: disable roundedSelection in output panel to avoid selection highlight mismatch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants