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
For example, as soon as I make a change to app.rs in Emacs, a .#app.rs... is created, triggering. If I resave the file before the re-build is done, sometimes watch doesn't catch it. I'd rather it not rebuild when this temporary files are created.
I'v noticed it doesn't happen for vim .swp files:
ls -l ./src
lrwxrwxrwx. 1 jason jason 38 Dec 2 23:13 .#app.rs -> [email protected]:1733000454
-rw-r--r--. 1 jason jason 10915 Dec 2 23:12 app.rs
-rw-r--r--. 1 jason jason 4096 Dec 2 23:12 .app.rs.swp
The text was updated successfully, but these errors were encountered:
For example, as soon as I make a change to
app.rs
in Emacs, a.#app.rs...
is created, triggering. If I resave the file before the re-build is done, sometimes watch doesn't catch it. I'd rather it not rebuild when this temporary files are created.I'v noticed it doesn't happen for vim .swp files:
ls -l ./src
The text was updated successfully, but these errors were encountered: