fix: create the settings and keymaps to unblock file watching
This commit is contained in:
parent
fde159fea1
commit
81bfa5fac4
2 changed files with 8 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue