Merge branch 'main' into joh/langStatus

This commit is contained in:
Johannes Rieken
2021-08-27 14:51:28 +02:00
35 changed files with 226 additions and 171 deletions

View File

@@ -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),