fixup! Remove per-file copilot enable/disable

This commit is contained in:
Mikayla Maki 2023-04-03 15:21:43 -07:00
parent 48d9c30b0e
commit 2e33f8b228

View file

@ -2796,6 +2796,8 @@ impl Editor {
return None;
}
self.refresh_active_copilot_suggestion(cx);
if !copilot.read(cx).status().is_authorized() {
return None;
}