Home > Software engineering >  how to see highlighted rows that have been edited
how to see highlighted rows that have been edited

Time:01-10

I used to see which rows are edited (compared to last commit) in visual code studio, but on my new mac, it's not there anymore. Although I have git in the folder. How do I switch this on?

UPDATE: I found out it was the extension Gitlens!

CodePudding user response:

I don't know if you're talking about gutter highlight.

Check: Changed lines highlight in VS Code

Without a good image to show what you are talking about it's hard to know.

If it's not that, try Gitlens. If still not that, try to reinstall the Git Client. There are reports of this failing sometimes.

  • Related