erotourtes / Harpooner

Apache License 2.0
14 stars 1 forks source link

Harpoon menu git manipulation bug #19

Open mienko99 opened 7 months ago

mienko99 commented 7 months ago

Every time i checkout or stash changes, Harpoon Menu file blocks entire IDE and git is trying to stage this file or something (stuck in infinite loading). It happens even though harpoon menu is in .idea folder which is ignored by git and unstaged

image

erotourtes commented 7 months ago

I found out the cause but didn't quite understand it. Somehow, I made IntelliJ's virtual file system go crazy and emit infinite virtual file system change events. I made a quick fix, but I'll make sure to reconsider the situation later. Sorry for that, it really did make IntelliJ broken😓