Skip to content

Commit

Permalink
forward additionTextEdits to inline completions, #145537, #126375
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Mar 21, 2022
1 parent d8a95da commit 8a0faf9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ class InlineCompletionResults extends RefCountedDisposable implements InlineComp
range,
filterText: item.filterTextLow ?? item.labelLow,
insertText,
command: item.completion.command
command: item.completion.command,
additionalTextEdits: item.completion.additionalTextEdits
});
}
return result;
Expand Down

0 comments on commit 8a0faf9

Please sign in to comment.