提交 4fff6590 编写于 作者: J Johannes Rieken

outline - don't accidentially stop listening

上级 634fcbfd
......@@ -86,7 +86,6 @@ class RequestOracle {
}
private _update(): void {
dispose(this._sessionDisposable);
let editor = this._workbenchEditorService.getActiveEditor();
let control = editor && editor.getControl();
......@@ -113,6 +112,7 @@ class RequestOracle {
// prevent unneccesary changes...
return;
}
dispose(this._sessionDisposable);
this._lastState = thisState;
this._callback(codeEditor);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册