edit prediction: Do not request a completion if edits can be interpolated (#23908)
This ensures that we do not fetch a new completion when the edits of the
user can be interpolated.
E.g. (suggestions in `[]`):
```rust
s[truct Person {}]
```
Then if i type out `truct` we will not fetch a new completion
Release Notes:
- N/A B
Bennet Bo Fenner committed
48dba9a9d9c94c5af0008150eae93c256d7ccad9
Parent: 51f07e3
Committed by GitHub <noreply@github.com>
on 1/30/2025, 2:03:01 PM