fix: create the settings and keymaps to unblock file watching

This commit is contained in:
Amin Yahyaabadi 2024-02-04 23:32:51 -08:00 committed by Dzmitry Malyshau
parent fde159fea1
commit 81bfa5fac4
2 changed files with 8 additions and 3 deletions

View file

@ -301,8 +301,6 @@ impl Fs for RealFs {
.configure(Config::default().with_poll_interval(latency))
.unwrap();
//TODO: unblock this
#[cfg(not(target_os = "linux"))]
watcher
.watch(path, notify::RecursiveMode::Recursive)
.unwrap();