ElmCast / elm-vim

Elm plugin for Vim
BSD 3-Clause "New" or "Revised" License
572 stars 102 forks source link

Fix auto-formatting on save breaking Parcel's watch mode #192

Closed aforemny closed 2 years ago

aforemny commented 3 years ago

Hi, as mentioned in #160 this is still an issue (tested with Parcel 1.12.4). Contrary to #96 this should not have any such ramifications.

I think in general this solution would be more robust than the rename-based solution with respect to file watches which are often inode based.

Would you need any additional information to merge this?