BUG: Reviewing Changes: Deleted code snippet does not wrap #191069
Replies: 3 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Description: Steps to Reproduce: Set Editor: Word Wrap to on (or wordWrapColumn / bounded) in VS Code settings. Open Copilot Agent Mode and initiate a diff review (viewing changes one by one). Observe a "deleted" hunk with a line longer than the panel width. Actual Behavior: The red deleted lines are cut off on the right side. No horizontal scrollbar appears for the deleted section. The lines do not wrap, despite the global setting. Expected Behavior: Deleted lines should wrap according to the editor.wordWrap setting OR provide a horizontal scrollbar (overflow-x) to match the standard VS Code diff editor behavior. Temporary Workaround: Potential Root Cause: |
Beta Was this translation helpful? Give feedback.
-
|
I experience the same issue, not sure if it was caused by some of my changes of settings though. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Copilot Agent Mode
Body
When reviewing code changes one by one, code snippets in red (deleted) do not follow the VS Code "Word Wrap" setting.
So when Word Wrap is enabled, you cannot see the full deleted code snippet, there is no scroll to right available, and it just cuts off on the right side.
This is clearly a bug.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions