encounter / objdiff

A local diffing tool for decompilation projects
Apache License 2.0
124 stars 21 forks source link

Rebuild on changes doesn't work for WSL paths #121

Open Mr-Wiseguy opened 1 month ago

Mr-Wiseguy commented 1 month ago

This is due to the fact that filesystem notifications don't work for network filesystems, so one possibility is to use GetDriveType to detect that the path is on a network drive and switch to polling as discussed in Discord.