mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-29 21:49:33 +00:00
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;
|
||||
}
|
||||
|
||||
self.refresh_active_copilot_suggestion(cx);
|
||||
|
||||
if !copilot.read(cx).status().is_authorized() {
|
||||
return None;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue