提交 5b450a45 编写于 作者: J Johannes Rieken

Revert "only dispose completion model when dispose suggest logic or when re-triggering, #75106"

This reverts commit 238a8521.
上级 34c1f859
......@@ -226,6 +226,8 @@ export class SuggestModel implements IDisposable {
this._requestToken = undefined;
}
this._state = State.Idle;
dispose(this._completionModel);
this._completionModel = undefined;
this._context = undefined;
this._onDidCancel.fire({ retrigger });
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册