how do i disable the changes ui ? #2210
Answered
by
eamodio
MosheAzraf
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
eamodio
Sep 12, 2022
Replies: 1 comment 1 reply
-
That feature is provided by VS Code itself, not GitLens. It is showing you the lines you've deleted from that file but haven't been staged or committed yet. You can control this via the Hope that helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
eamodio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That feature is provided by VS Code itself, not GitLens. It is showing you the lines you've deleted from that file but haven't been staged or committed yet. You can control this via the
scm.diffDecorations
setting and other related settings.Hope that helps.