Skip to content

Conversation

@kiofaw
Copy link

@kiofaw kiofaw commented Jan 11, 2026

Summary

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.

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.

2 participants