Search code examples
visual-studio-code

Visual Studio Code source control not showing changes


Visual Studio Code source control panel is empty when I click on it. Nothing to expand and nothing to click on.

Things I've tried:

  • Uninstalled/Reinstalled Git
  • Uninstall/Reinstalled VS Code
  • Removed extensions folder

Solution

  • Open your project with cmd.

    > cd your-folder-location
    > code . -n
    

    It worked for me