mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
Refactors the inline completion feature.
This commit is contained in:
@@ -1066,7 +1066,7 @@ class InlineCompletionsAdapter {
|
||||
return {
|
||||
items: result.items.map(item => ({
|
||||
text: item.text,
|
||||
replaceRange: item.range ? typeConvert.Range.from(item.range) : undefined,
|
||||
range: item.range ? typeConvert.Range.from(item.range) : undefined,
|
||||
})),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user