zed/crates/fs/src
tims d3fc00d5a0
windows: Fix fs watch when file doesn't exist or is a symlink (#22660)
Closes #22659

More context can be found in attached issue.

This is specific to Windows:

1. Add parent directory watching for fs watch when the file doesn't
exist. For example, when Zed is first launched and `settings.json` isn't
there.
2. Add proper symlink handling for fs watch. For example, when
`settings.json` is a symlink.

This is exactly same as how we handle it on Linux.

Release Notes:

- Fixed an issue where items on the Welcome page could not be toggled on
Windows, either on first launch or when `settings.json` is a symlink.
2025-01-07 18:20:22 +00:00
..
fs.rs windows: Fix fs watch when file doesn't exist or is a symlink (#22660) 2025-01-07 18:20:22 +00:00
fs_watcher.rs windows: Fix fs watch when file doesn't exist or is a symlink (#22660) 2025-01-07 18:20:22 +00:00
mac_watcher.rs git: Add support for opening git worktrees (#20164) 2024-11-06 09:43:39 +01:00