diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index cf7ff144a4..898e94d82a 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -2796,6 +2796,8 @@ impl Editor { return None; } + self.refresh_active_copilot_suggestion(cx); + if !copilot.read(cx).status().is_authorized() { return None; }