diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index 041f0b50c6..75de823551 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -2489,6 +2489,8 @@ impl Editor { ); }); } + + this.refresh_copilot_suggestions(cx); }); let project = self.project.clone()?;