Sublime Forum

Super annoying reload bug: I don't know what else to do

#21

@jps: Any chance you could take a look at this at some point? I would love to give you any and all debug data that I can.

0 Likes

#22

Given that Sublime Text isn’t receiving change notifications on the directory even after restarting, my gut feeling is that it’s an underlying FSEvents issue. It would be good to verify this though: perhaps you could try running github.com/guard/guard, which I understand also uses the FSEvents API, and see if it stops seeing changes in the directory at the same time (without falling back to polling etc).

0 Likes

#23

Cool! I’ll play around with Guard and see if it receives notifications. I’ll let you know what I find.
Thanks!

0 Likes