mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
Updates inline completion provider API docs and renames selectedSuggestionInfo to selectedCompletionInfo.
This commit is contained in:
@@ -1038,7 +1038,7 @@ class InlineCompletionAdapter {
|
||||
const pos = typeConvert.Position.to(position);
|
||||
|
||||
const result = await this._provider.provideInlineCompletionItems(doc, pos, {
|
||||
selectedSuggestionInfo:
|
||||
selectedCompletionInfo:
|
||||
context.selectedSuggestionInfo
|
||||
? {
|
||||
range: typeConvert.Range.to(context.selectedSuggestionInfo.range),
|
||||
|
||||
Reference in New Issue
Block a user