51d46fd27b
This updates the watcher package to include a fix for the `ready` Future not completing for non-existent folders on Windows: https://github.com/dart-lang/watcher/pull/157 This fixes a bug where the analyzer would wait indefinitely during initialisation if the workspace contained a folder that did not existing on disk (such as if you have a .code-workspace containing folders and one was subsequently deleted). Fixes https://github.com/dart-lang/sdk/issues/54116 Change-Id: If283403681080477e497fe7e17f2faa217a5a643 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/339401 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Brian Wilkerson <brianwilkerson@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com>