Skip to content

Commit e82c1b7

Browse files
committed
fix: sending erroneous fields to LSP on resolve
1 parent 5d9fa1c commit e82c1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/blink/cmp/sources/lib/utils.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function utils.blink_item_to_lsp_item(item)
5555
lsp_item.cursor_column = nil
5656
lsp_item.score_offset = nil
5757
lsp_item.client_id = nil
58-
lsp_item.source = nil
58+
lsp_item.source_id = nil
5959
lsp_item.source_name = nil
6060
return lsp_item
6161
end

0 commit comments

Comments
 (0)