You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.
I did some more testing and I was only able to reproduce the bug using gedit on Ubuntu 17.10. The issue appeared both when I opened the file in gedit first and then in MarkdownFox and the other way round.
I was not able to reproduce the issue with nano, Visual Studio Code or Atom (all also on Ubuntu 17.10).
A possible cause for the issue could be that gedit handles file saving different than the other editors and maybe removes the old file and saves a new one. I imagine such behaviour could cause problems with the file's inode and Node's fs.watch (see docs). Unfortunately I have no idea how to fix this except using the more inefficient fs.watchFile and I don't want to do that.
TL;DR: Don't know how to fix this issue that seems to be specific for gedit. Help appreciated.
lx4r
changed the title
file updates after the first one are not detected
file updates after the first one are not detected when using gedit
Apr 30, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
reported on Linux Mint, reproduced on Ubuntu
The text was updated successfully, but these errors were encountered: