-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Line annotations some times mess with white space. #176
Comments
Can you provide more details -- what type of file? what language? Also can you maybe include a screen capture of it? I can't reproduce the behavior, but I'm not sure I'm doing it properly. |
I've noticed this in JS, HTML, and PHP It happens what seems like randomly, I will try and get a gif for you. |
@mcarpenterjr could the issue you are seeing be this one: microsoft/vscode#36873? |
OK, I have posted on microsoft/vscode#34441, which I think this is related to. Although from your gif -- do you have your auto-save set to some extremely small timeout? Because GitLens should be not showing those annotations while you are editing (i.e. unsaved) |
Autosave is on, I have not changed the timeout, so maybe that needs a BUMP. |
The default for autosave is 1000... ms? that's low. |
Hrm, every second is pretty low. I'm guessing part of the problem is that I debounce the events and if its getting hit with a bunch of save/dirty/save/dirty events I am likely skipping some. I'll have to think a bit on how best to protect against that. Thanks for the extra info! |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps to Reproduce:
Sometimes when writing code if the annotation passes the soft break the workspace scrolls way off to the side also.
If lens is disabled or removed the problem goes away.
Otherwise great extension.
The text was updated successfully, but these errors were encountered: