Refresh copilot suggestions when accepting a completion

This commit is contained in:
Antonio Scandurra 2023-04-05 10:28:00 +02:00
parent 7a7dc95611
commit 661be7ba51

View File

@ -2489,6 +2489,8 @@ impl Editor {
);
});
}
this.refresh_copilot_suggestions(cx);
});
let project = self.project.clone()?;