I want to see the changes of git diff as a directory/tree list in VS Code. I remember it used to be there earlier in the git section of editor, but I don't see that anymore. Anyone knows how it can be seen?
While the existing answer probably answers your question, I strongly recommend you to start using gitk --all as well, as it superior for many tasks (e.g. manual diff alignment, show origin of this line, etc).
gitk --allas well, as it superior for many tasks (e.g. manual diff alignment, show origin of this line, etc).