mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
Refresh copilot suggestions when accepting a completion
This commit is contained in:
parent
7a7dc95611
commit
661be7ba51
@ -2489,6 +2489,8 @@ impl Editor {
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.refresh_copilot_suggestions(cx);
|
||||||
});
|
});
|
||||||
|
|
||||||
let project = self.project.clone()?;
|
let project = self.project.clone()?;
|
||||||
|
Loading…
Reference in New Issue
Block a user