debt - push down more events to common

This commit is contained in:
Benjamin Pasero
2015-12-22 09:25:07 +01:00
parent 70ee90dcc1
commit 28e35df8b9
18 changed files with 182 additions and 189 deletions

View File

@@ -19,7 +19,7 @@ import {IModelService} from 'vs/editor/common/services/modelService';
import {MainThreadEditorsTracker, TextEditorRevealType, MainThreadTextEditor, ITextEditorConfiguration} from 'vs/workbench/api/common/mainThreadEditors';
import * as TypeConverters from './extHostTypeConverters';
import {TextDocument, TextEditorSelectionChangeEvent, TextEditorOptionsChangeEvent, TextEditorOptions, ViewColumn} from 'vscode';
import {EventType} from 'vs/workbench/browser/events';
import {EventType} from 'vs/workbench/common/events';
import {IEventService} from 'vs/platform/event/common/event';
import {equals as arrayEquals} from 'vs/base/common/arrays';