GitHub Desktop doesn't detect any code changes in real-time. It only displays "No local changes".
It only displays changes once I've saved the file in Visual Studio Code.
before saving
after saving GitHub Desktop after saving the file in VSCode
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.