提交 8e0f7182 编写于 作者: J Joao Moreno

Merge remote-tracking branch 'origin/master'

......@@ -109,7 +109,7 @@ export class ExtHostDocumentsAndEditors extends ExtHostDocumentsAndEditorsShape
if (delta.removedEditors || delta.addedEditors) {
this._onDidChangeVisibleTextEditors.fire(this.allEditors());
}
if (delta.newActiveEditor) {
if (delta.newActiveEditor !== undefined) {
this._onDidChangeActiveTextEditor.fire(this.activeEditor());
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册