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
I've only seen this start happening since the update to VS Code 1.91.
As seen in the image above, if I use side by side editors, the error messages are effectively mirrored to the second editor. I point out the 3 instances of the "mirroring" happening here as a demonstration of it. Additionally, prior to 1.91, the Error Lens messages seemingly weren't rendered as inline text (i.e. clickable). Now, they are which means if I need to edit a line with an Error Lens message attached, I have to scroll WAY over to get to the end of the message.
I'm fairly certain this is all due to the rendering changes made in VSCode 1.91, but unfortunately the updates fall back to the developer of this extension (which is absolutely outstanding otherwise!)
The text was updated successfully, but these errors were encountered:
@usernamehw I just disabled all decorations from GitLens and others to test the issue but the problem persists.
Removing the delay seems to fix it (it was set to 1000 before, I changed to 0).
First, the vitals:
I've only seen this start happening since the update to VS Code 1.91.
As seen in the image above, if I use side by side editors, the error messages are effectively mirrored to the second editor. I point out the 3 instances of the "mirroring" happening here as a demonstration of it. Additionally, prior to 1.91, the Error Lens messages seemingly weren't rendered as inline text (i.e. clickable). Now, they are which means if I need to edit a line with an Error Lens message attached, I have to scroll WAY over to get to the end of the message.
I'm fairly certain this is all due to the rendering changes made in VSCode 1.91, but unfortunately the updates fall back to the developer of this extension (which is absolutely outstanding otherwise!)
The text was updated successfully, but these errors were encountered: