fixup! Remove per-file copilot enable/disable
This commit is contained in:
parent
48d9c30b0e
commit
2e33f8b228
1 changed files with 2 additions and 0 deletions
|
@ -2796,6 +2796,8 @@ impl Editor {
|
||||||
return None;
|
return None;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
self.refresh_active_copilot_suggestion(cx);
|
||||||
|
|
||||||
if !copilot.read(cx).status().is_authorized() {
|
if !copilot.read(cx).status().is_authorized() {
|
||||||
return None;
|
return None;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue