fix: create the settings and keymaps to unblock file watching
This commit is contained in:
committed by
Dzmitry Malyshau
parent
fde159fea1
commit
81bfa5fac4
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user