Files
sdk/pkg/analysis_server/lib
Danny Tuppeny 2fea3c039e [analysis_server] Add progress reporting to "Fix all in Workspace" command
We already have support for sending progress from command handlers, but each handler has to send them explicitly (so we don't trigger progress notifications for trivial commands). This adds that to the "Fix all in Workspace" command.

Fixes https://github.com/Dart-Code/Dart-Code/issues/5773

Change-Id: I70d42357323ff88441d64098f96db5ee02e61dba
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/460044
Commit-Queue: Keerti Parthasarathy <keertip@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Keerti Parthasarathy <keertip@google.com>
2025-11-07 11:35:13 -08:00
..