mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
Move overwriteBefore/overwriteAfter to ISuggestion
This commit is contained in:
@@ -256,7 +256,7 @@ export class ExtHostApiCommands {
|
||||
for (let group of value) {
|
||||
for (let suggestions of group) {
|
||||
for (let suggestion of suggestions.suggestions) {
|
||||
const item = typeConverters.Suggest.to(suggestion);
|
||||
const item = typeConverters.Suggest.to(suggestions, position, suggestion);
|
||||
items.push(item);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user