Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Artifacts are appearing when working with split editors showing errors mirrored from one file to another #214

Open
riceboyler opened this issue Jul 18, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@riceboyler
Copy link

First, the vitals:

  • VSCode version 1.91.1
  • ErrorLens version 3.20.0

I've only seen this start happening since the update to VS Code 1.91.
image

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!)

@rafaskb
Copy link

rafaskb commented Jul 20, 2024

Same exact issue here, also on VSCode 1.91.1 and ErrorLens 3.20.0.

@usernamehw
Copy link
Owner

Does it only happen when other extensions provide decorations (like GitLens or Import Cost)?

@usernamehw
Copy link
Owner

usernamehw commented Jul 20, 2024

Or is it only happening when "errorLens.delay" is enabled?

@rafaskb
Copy link

rafaskb commented Jul 20, 2024

@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).

@pycckuu
Copy link

pycckuu commented Jul 22, 2024

Setting "errorLens.delay" to 0 does not resolve the issue for me.

@usernamehw usernamehw added the bug Something isn't working label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants