zed/crates/fs
Alvaro Parker 8d795ff882
Fix file watching for symlinks (#17609)
Closes #17605

Watches for target paths if file watched is a symlink in Linux. 
This will check if the generated `notify::Event` has any paths matching
the `root_path` and if the file is a symlink it will also check if the
path matches the `target_root_path` (the path that the symlink is
pointing to)

Release Notes:

- Added file watching for symlinks
2024-09-30 23:04:35 -07:00
..
src Fix file watching for symlinks (#17609) 2024-09-30 23:04:35 -07:00
Cargo.toml
LICENSE-GPL