Updating file source control status stuck on loading

It’s likely that you have a directory checked into revision control (the directory these problematic files are in). If you are in a new-ish project and don’t care about your git history (this is what i did).

  1. BACK UP YOUR GIT DIRECTORY
  2. git init
  3. add problematic dirs to .gitignore
  4. re-commit files

If you’d like to preserve your history I’m sure there is a way but i’m not sure what i’d do if i needed to preserve the repo but this thread looks to have promising solutions.