Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Code git/source control gutter stopped showing

Working with VS Code, the explorer git status gutter indicators stopped showing for one of my repositories.

  • I tried rebooting VS Code, My PC
  • I tried removing the index file and git reset

Those didn't resolve the issue.

(Git changes are still tracked in the Source Control Manager panel)

like image 399
Charles dB Avatar asked Sep 05 '25 10:09

Charles dB


1 Answers

Apparently another common reason for this is that you are accessing your git repo through a symlink. See: https://github.com/microsoft/vscode/issues/60010#issuecomment-433424527

This was the case for me and redirecting vscode to open the folder via the full path fixed it.

like image 83
Ben Jeffrey Avatar answered Sep 08 '25 03:09

Ben Jeffrey