Refresh copilot suggestions when accepting a completion
This commit is contained in:
parent
7a7dc95611
commit
661be7ba51
1 changed files with 2 additions and 0 deletions
|
@ -2489,6 +2489,8 @@ impl Editor {
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.refresh_copilot_suggestions(cx);
|
||||||
});
|
});
|
||||||
|
|
||||||
let project = self.project.clone()?;
|
let project = self.project.clone()?;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue