Fixed error after merge
This commit is contained in:
parent
c4aa35872c
commit
5043a10dd4
@ -397,7 +397,7 @@ fn completeFieldAccess(id: i64, handle: *DocumentStore.Handle, position: types.P
|
|||||||
const line_length = line.len - line_start_idx;
|
const line_length = line.len - line_start_idx;
|
||||||
|
|
||||||
if (analysis.getFieldAccessTypeNode(&analysis_ctx, &tokenizer, line_length)) |node| {
|
if (analysis.getFieldAccessTypeNode(&analysis_ctx, &tokenizer, line_length)) |node| {
|
||||||
try nodeToCompletion(&completions, analysis_ctx, node, config);
|
try nodeToCompletion(&completions, &analysis_ctx, node, config);
|
||||||
}
|
}
|
||||||
try send(types.Response{
|
try send(types.Response{
|
||||||
.id = .{ .Integer = id },
|
.id = .{ .Integer = id },
|
||||||
|
Loading…
Reference in New Issue
Block a user