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.