fix: completion decode error in completions with additionalTextEdits
closes #429
This commit is contained in:
parent
637e91e45e
commit
652354ec1b
1 changed files with 0 additions and 1 deletions
|
|
@ -1495,7 +1495,6 @@ fn send_completion_item(to: tp.pid_ref, file_path: []const u8, row: usize, col:
|
|||
additionalTextEdits[idx] = try read_textEdit(&iter);
|
||||
idx += 1;
|
||||
}
|
||||
try cbor.skipValue(&iter);
|
||||
} else {
|
||||
try cbor.skipValue(&iter);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue