Performance problems when using magit-todos with TRAMP #132
Labels
bug
Something isn't working
help wanted
Extra attention is needed
WAITING
Waiting for response from someone
Hi there,
First of all, I've found this extension to be very helpful indeed, particularly on a project I've inherited which has lots of TODOs that were never logged in an issue tracker!
Recently, I've been venturing beyond my desk with the help of TRAMP. However, I've found that for some reason
magit-todos
is not very reliable in this scenario. Specifically, there seems to be a hang duringmagit-todos--scan-with-git-diff
. I can confirm that both the host and guest machines have ripgrep installed.The good news, is that I seem to be able to replicate the problem by using TRAMP against localhost:
Also of note, Emacs is maxing out my CPU while this happens.
I'd like to debug this further. But I'm unsure how?
One thought I had was to disable magit-todos for projects that are remote. Would that be feasible given
magit-todos-mode
is a global-minor-mode?The text was updated successfully, but these errors were encountered: