microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.96k stars 29.53k forks source link

Hidden lines affordance should take entire editor width, in inline diff mode #213214

Open joaomoreno opened 6 months ago

joaomoreno commented 6 months ago

Notice the hidden lines separators don't stretch all the way to the left:

image
hediet commented 6 months ago

This is the diff editor gutter area, which lives outside of the text editor. The separators live inside the (two) text editors...