You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a build message includes a suggestion, and the suggestion includes the newline, the suggestion phantom is attached to the following line. Although this makes sense from the perspective that the end of the phantom really is on the next line, it looks weird.
In the above, the suggestion to remove the line also includes the newline.
Ideally it would be nice to detect this special case of the last line of the phantom is empty, and move the phantom up by one line.
The text was updated successfully, but these errors were encountered:
When a build message includes a suggestion, and the suggestion includes the newline, the suggestion phantom is attached to the following line. Although this makes sense from the perspective that the end of the phantom really is on the next line, it looks weird.
In the above, the suggestion to remove the line also includes the newline.
Ideally it would be nice to detect this special case of the last line of the phantom is empty, and move the phantom up by one line.
The text was updated successfully, but these errors were encountered: