grid - enable smoke and integration tests again

This commit is contained in:
Benjamin Pasero
2018-05-22 09:10:43 +02:00
parent 60553906f7
commit dbcf54ccb4
2 changed files with 25 additions and 24 deletions

View File

@@ -54,6 +54,7 @@ export class MainThreadTextEditors implements MainThreadTextEditorsShape {
this._toDispose.push(documentsAndEditors.onTextEditorRemove(editors => editors.forEach(this._onTextEditorRemove, this)));
this._toDispose.push(this._editorService.onDidVisibleEditorsChange(() => this._updateActiveAndVisibleTextEditors()));
this._toDispose.push(this._editorGroupService.onDidRemoveGroup(() => this._updateActiveAndVisibleTextEditors()));
this._registeredDecorationTypes = Object.create(null);
}