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
|
@ -907,12 +907,12 @@ mod tests {
|
|||
let inlays = (0..buffer_snapshot.len())
|
||||
.flat_map(|offset| {
|
||||
[
|
||||
Inlay::inline_completion(
|
||||
Inlay::edit_prediction(
|
||||
post_inc(&mut id),
|
||||
buffer_snapshot.anchor_at(offset, Bias::Left),
|
||||
"test",
|
||||
),
|
||||
Inlay::inline_completion(
|
||||
Inlay::edit_prediction(
|
||||
post_inc(&mut id),
|
||||
buffer_snapshot.anchor_at(offset, Bias::Right),
|
||||
"test",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue