-
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
Always-on file annotations #3115
Comments
Tested this in pre-release with version Opening files, toggling gutter-blame to be active, then closing all files and re-opening: gutter-blame is still active. I would say this solves the issues as originally described 👍 One thing I have noticed now: when in @eamodio - I will let you decide if this is worth investigating/fixing; totally realise I am being super nit-picky here! |
@Nicholas-Autio-Mitchell there is a relatively new setting I am wondering if that behavior should be the "default" if you set the annotation to be for the window (rather than per-file), but I'm not sure on that. I'd love to hear from you and others on that. |
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. |
This is a follow-up to a previously posted (solved) issue: #1988
Summary: the git blame heat-map (rendered in the left git diff gutter) is not shown all the time -- it would be great to have a setting to ensure it is "aways on".
Currently, when opening a new VScode window or just a new repo, the blame heat-map must be toggled on while focus is on an open file (this works fine). Opening another file tracked by git, we see the blame heat-map appear after a few seonds (also works as expected). However if I close all git-tracked files e.g. whilst working on other files that are not yet git-tracked, and then open any git-tracked file, the blame heat-maps do not show up. They must be toggled on once again.
The setting I use for toggling is
gitlens.toggleFileHeatmap
, with a keybinding.@eamodio for viz
The text was updated successfully, but these errors were encountered: