Home > Net >  GitHub Desktop only detects changes when the code is saved
GitHub Desktop only detects changes when the code is saved

Time:04-29

GitHub Desktop doesn't detect any code changes in real-time. It only displays "No local changes".

enter image description here

It only displays changes once I've saved the file in Visual Studio Code.

before saving

before saving after saving after saving GitHub Desktop after saving the file in VSCode img

How do I make it detect changes in real time?

CodePudding user response:

I did what ElpieKay said, I enabled autosave on focus change in the settings of VS Code. Now GitHub will detect changes in real-time.

  • Related