This reverts commit 3dee32c43d
.
Release Notes:
- N/A
This commit is contained in:
parent
46f45464be
commit
9bf5e55233
12 changed files with 472 additions and 780 deletions
|
@ -90,10 +90,7 @@ fn completion_from_diff(
|
|||
edits.push((edit_range, edit_text));
|
||||
}
|
||||
|
||||
InlineCompletion {
|
||||
edits,
|
||||
edit_preview: None,
|
||||
}
|
||||
InlineCompletion { edits }
|
||||
}
|
||||
|
||||
impl InlineCompletionProvider for SupermavenCompletionProvider {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue