-
Notifications
You must be signed in to change notification settings - Fork 6
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
Full line coloring is gone #79
Comments
Can you share your versions for Atom, minimap, minimap-git-diff, and OS? |
Ah sorry, yes sure: Ubuntu 20.04.2 LTS |
There seems to be a lot of issues with ubuntu 20.04 and minimap. |
Hm, it was working fine a few days ago. Not sure what changed since. |
most likely updating Atom is what broke it. atom-minimap/minimap#795 Atom v1.56 updated electron to v9 which broke some things on linux. |
Okay, thank you for the info! I guess we'll just wait for atom/minimap to fix this :-) Or is there anything else that we can do here? If not, feel free to close this issue! |
There is almost certainly not anything this plugin can do. Minimap handles all of the rendering so it might require a change in minimap or Atom. I'm guessing it is happening because the current version of Atom has a bug in canvas rendering on Ubuntu. |
Hi there, and thanks for this amazing plugin!
Since a few days, I noticed that the minimap does not show lines with git diffs fully colorized, but just as a very small vertical strip on the left:
This makes it really hard to see where diffs are in the minimap. Is there a way to get the old behavior back, where the whole line was marked in orange or green in the minimap?
Thanks!
The text was updated successfully, but these errors were encountered: