mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
more linting in workbench
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user