aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_vfs/src/watcher.rs
Commit message (Expand)AuthorAgeFilesLines
* use notify with fixBernardo2019-01-261-9/+6
* reference `notify` issueBernardo2019-01-261-1/+2
* handle watched events filtering in `Vfs`add `is_overlayed`load changed files ...Bernardo2019-01-261-52/+33
* refator to move all io to io moduleBernardo2019-01-261-18/+44
* complete testBernardo2019-01-261-21/+16
* initial Watcher implBernardo2019-01-261-0/+96