Rename remaining mentions of "inline completion" to "edit prediction" (#35512)
Release Notes: - N/A
This commit is contained in:
parent
85885723a9
commit
65018c28c0
43 changed files with 480 additions and 498 deletions
|
@ -253,8 +253,8 @@ impl LogStore {
|
|||
|
||||
let copilot_subscription = Copilot::global(cx).map(|copilot| {
|
||||
let copilot = &copilot;
|
||||
cx.subscribe(copilot, |this, copilot, inline_completion_event, cx| {
|
||||
if let copilot::Event::CopilotLanguageServerStarted = inline_completion_event {
|
||||
cx.subscribe(copilot, |this, copilot, edit_prediction_event, cx| {
|
||||
if let copilot::Event::CopilotLanguageServerStarted = edit_prediction_event {
|
||||
if let Some(server) = copilot.read(cx).language_server() {
|
||||
let server_id = server.server_id();
|
||||
let weak_this = cx.weak_entity();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue