This commit is contained in:
Johannes Rieken 2019-07-02 19:45:20 +02:00
parent fe1258b594
commit d8106f5ca8

View file

@ -293,6 +293,9 @@ export class SuggestModel implements IDisposable {
this.cancel();
this._triggerQuickSuggest.cancelAndSet(() => {
if (this._state !== State.Idle) {
return;
}
if (!LineContext.shouldAutoTrigger(this._editor)) {
return;
}