admin管理员组

文章数量:1302981

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?

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?

Share Improve this question edited Feb 11 at 8:14 dani-vta 7,2257 gold badges49 silver badges65 bronze badges asked Feb 11 at 7:32 Srajan GuptaSrajan Gupta 412 silver badges6 bronze badges 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). – hlovdal Commented Feb 11 at 18:47
Add a comment  | 

1 Answer 1

Reset to default 0

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.

本文标签: gitHow to list changes in directorytree mode in VS CodeStack Overflow