Changes between Initial Version and Version 1 of Ticket #30323, comment 1


Ignore:
Timestamp:
Apr 4, 2019, 10:14:39 AM (5 years ago)
Author:
Sammie S. Taunton

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30323, comment 1

    initial v1  
    1 Not sure if this will help you but I also faced this issue when using PyCharm. I dug down and found that by default PyCharm has an option: "Preserve file timestamps" on save. Once I unchecked that box, every file update caused watchman to reload. Either way, your original explanation is exactly what was happening to me too.
     1I had the exact same problem and finally figured out it was my PyCharm editor. Perhaps this may help others...
     2
     3If you are using PyCharm, check your deployment settings.
     4
     5PyCharm has an option: "Preserve file timestamps" on save. Once this box is unchecked, every file update caused watchman to reload as expected.
Back to Top