Gutter changes scrollbar indicator color is confusing #1961
abdel-ships-it
started this conversation in
Feedback
Replies: 2 comments
-
@realappie are you using the GitLens "File Changes" annotation or are you talking about the built-in SCM decorations that VS Code adds for uncommitted changes? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@eamodio Im talking about uncommitted changes. Not the file changes view 😊 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Im not sure when this changed, but since recently the scrollbar indicator has what I think is a new addition. Which is a red indicator for git deletions. Now I don't want to turn off the scrollbar indicator as I find it super useful.
This pertains to the following setting
gitlens.changes.locations
withoverview
value being part of the setting. The color red in the scrollbar area throws me off because usually typescript communicates errors in that area with the same color.I was wondering if this can be turned off, or if the color can be changed in the settings somehow. That way I can still enjoy being able to quickly scroll to changes, without having to turn the feature completely off. See screenshot below to understand what I'm talking about. Also, I'm on version
12.0.5
. Thanks !Beta Was this translation helpful? Give feedback.
All reactions