CompileDaemon
CompileDaemon copied to clipboard
Not detecting changes with Docker running on Windows with Linux containers in WSL
I have a project that's working great on my Mac (in docker with virtiofs). But when the same container is run in WSL no changes are detected automatically. Polling does work.
Turns out this is because wsl doesn't support inotify (yet...)
For some reason polling is now broken though.