diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index cf7ff144a4e2ee0ea0a3bdb6a8ce387007fa35ac..898e94d82adc9628faa871b0e4d711af92f6c4c9 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; }