more linting in workbench

This commit is contained in:
Benjamin Pasero
2015-12-21 17:35:25 +01:00
parent 54782e5a5f
commit 465fc4f58b
40 changed files with 70 additions and 126 deletions

View File

@@ -14,7 +14,7 @@ import {IWorkbenchEditorService} from 'vs/workbench/services/editor/common/edito
import {IPartService, Position} from 'vs/workbench/services/part/common/partService';
import {IWorkspaceContextService} from 'vs/workbench/services/workspace/common/contextService';
import {IStorageService, StorageScope, StorageEventType} from 'vs/platform/storage/common/storage';
import {IContextViewService, IContextMenuService} from 'vs/platform/contextview/browser/contextView';
import {IContextViewService} from 'vs/platform/contextview/browser/contextView';
import {IEventService} from 'vs/platform/event/common/event';
const DEFAULT_MIN_PART_WIDTH = 170;