crates/editor/src/editor.rs 🔗
@@ -2489,6 +2489,8 @@ impl Editor {
);
});
}
+
+ this.refresh_copilot_suggestions(cx);
});
let project = self.project.clone()?;
Antonio Scandurra created
crates/editor/src/editor.rs | 2 ++
1 file changed, 2 insertions(+)
@@ -2489,6 +2489,8 @@ impl Editor {
);
});
}
+
+ this.refresh_copilot_suggestions(cx);
});
let project = self.project.clone()?;