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
|
@ -256,7 +256,6 @@ impl InlineCompletionProvider for CopilotCompletionProvider {
|
|||
let position = cursor_position.bias_right(buffer);
|
||||
Some(InlineCompletion {
|
||||
edits: vec![(position..position, completion_text.into())],
|
||||
edit_preview: None,
|
||||
})
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue