This guide describes how to download and install the Git History extension for Visual Studio Code (VSC). The extension provides graphical representations of the changes made to a file over time, from within VSC.

Note: Only complete this guide if the course you are working on uses a GitHub repository. The extension described in this guide is not required for courses that use an Azure DevOps repository. If you are unsure, check with your project manager.

More information about the extension is available from the Visual Studio Marketplace webpage Git History.

Topics in this guide

Download and install the Git History extension

Complete the following steps to download and install the Git History extension for VSC.

  1. Launch VSC.

  2. Choose the Extensions icon from the left sidebar menu.

    Extensions icon from the VSC left sidebar menu

  3. Type Git History into the extensions search text entry field.

    VSC extensions search text entry field

  4. The Git History extension should appear near the top of the list of search results.

    Verify that the publisher name is Don Jayamanne, and select the green install button inside the Git History extension information panel (lower right side).

    Install button inside the Git History extension information panel in VSC

  5. When the Git History extension has installed successfully the installation status icon text, inside the extension details pane, will change from Install (with a green coloured icon) to Uninstall (a blue coloured icon).

    Uninstall icon, inside the extension details pane in VSC

You have downloaded and installed the Git History extension for VSC successfully.

Appendices

Check the following supplementary Appendices for more details and context.