1

I did git add ., so the files are now in a stage, and VS Code stopped displaying those circles (green meaning 'new' line etc).

The changes are not visible through git diff but I can see them with git diff --cached, is this possible to somehow tell VS Code to use that method, when displaying those marks?

In other words, I would love to see changes (the marks on the margin) between current stage and the last commit.

konrados
  • 1,047
  • 8
  • 21
  • 1
    Try gitlens or githistory extension. – isAif Jun 09 '20 at 16:23
  • 1
    See this answer https://stackoverflow.com/a/44711528/4901118 – isAif Jun 09 '20 at 16:23
  • @HeisAif - Thanks, but no, it doesn't help, I already do have gitlense, I know I can open 'source control' and also 'Open changes with revision...'. This works indeed, but I want to see my changes straight away, in the editor, without opening anything special. – konrados Jun 10 '20 at 09:01

0 Answers0