mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 11:10:48 +00:00
properly set retrigger-value when seeing trigger characters, #26995
This commit is contained in:
parent
d7add5ef38
commit
09777061ee
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ export class SuggestModel implements IDisposable {
|
|||
}
|
||||
}
|
||||
}
|
||||
this.trigger(true, false, supports, items);
|
||||
this.trigger(true, Boolean(this.completionModel), supports, items);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue