bacon
bacon copied to clipboard
Watching files doesn't always work on Windows
Bacon doesn't react to changed files on Windows.
(in my short tests using a VM)
work for me, when I save the file bacon run cargo check
Same issue I have with cargo watch. I need to use the --poll option, but this project doesn't seem to have that. If I just type r it reruns the code successfully, but just doesn't detect file changes when running in WSL2