2

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?

1
  • 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). Commented Feb 11 at 18:47

2 Answers 2

2

If you right-click on an empty spot in the changes list, you can select the option View as Tree to list changes as a directory tree.

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

0
  1. Collapse "Changes"
  2. Right click on empty space below "Changes"
  3. Select "View as Tree"

The right click only works on empty space, you can't do it on a fully populated changes view.

enter image description here

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.