diff --git a/aider/watch.py b/aider/watch.py index 989aa8bf6..5dd770976 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -140,7 +140,10 @@ class FileWatcher: roots_to_watch = self.get_roots_to_watch() for changes in watch( - *roots_to_watch, watch_filter=self.filter_func, stop_event=self.stop_event + *roots_to_watch, + watch_filter=self.filter_func, + stop_event=self.stop_event, + ignore_permission_denied=True, ): if self.handle_changes(changes): return