Problem
Users are reporting heavy system load caused by git processes spawned by the extension. This is impacting performance and user experience.
Expected Behavior
Git operations should be efficient and not cause noticeable system load.
Steps to Reproduce
- Use the extension normally
- Observe high CPU/system load from git processes
Additional Context
Reported by multiple users. Needs investigation into where git processes are spawned and whether they can be batched, cached, or reduced in frequency.
/cc @jllambert