Visual Studio Code - Displaying Git changed files as a tree

In VSCODE, you can display the list of Git source control files as a tree. When displayed as a tree, it is easier to see which folder’s files have been changed.

Tree view
Tree view
List view
List view

How to display as a tree

  1. Press the “View as Tree” button at the top of “SOURCE CONTROL”.
    View as Tree button
    View as Tree button
  2. It will be displayed as a tree.
    Tree view
    Tree view
  3. To return to list view, press the “View as List” button in the same location.
    View as List button
    View as List button

Test Environment