debt - move all workbench events to common

This commit is contained in:
Benjamin Pasero
2015-12-22 09:37:57 +01:00
parent a54f5621ae
commit 9f6b37fbcf
27 changed files with 106 additions and 122 deletions

View File

@@ -6,7 +6,7 @@
import {Dimension, Builder, Box} from 'vs/base/browser/builder';
import {Preferences} from 'vs/workbench/common/constants';
import {EditorEvent, EventType} from 'vs/workbench/browser/events';
import {EditorEvent, EventType} from 'vs/workbench/common/events';
import {Part} from 'vs/workbench/browser/part';
import {QuickOpenController} from 'vs/workbench/browser/parts/quickopen/quickOpenController';
import {Sash, ISashEvent, IVerticalSashLayoutProvider} from 'vs/base/browser/ui/sash/sash';