We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d332754 + 56a074b commit badffdbCopy full SHA for badffdb
1 file changed
src/tools/rust-analyzer/crates/vfs-notify/src/lib.rs
@@ -324,7 +324,7 @@ impl NotifyActor {
324
325
fn watch(&mut self, path: &Path) {
326
if let Some((watcher, _)) = &mut self.watcher {
327
- log_notify_error(watcher.watch(path, RecursiveMode::NonRecursive));
+ log_notify_error(watcher.watch(path, RecursiveMode::Recursive));
328
}
329
330
0 commit comments