提交 d0b5e2ca 编写于 作者: J Johannes Rieken

💄 unused imports

上级 11e43757
......@@ -9,12 +9,10 @@ import {onUnexpectedError} from 'vs/base/common/errors';
import { forEach } from 'vs/base/common/collections';
import { TPromise } from 'vs/base/common/winjs.base';
import { Action } from 'vs/base/common/actions';
import { IPluginService, IPluginStatus } from 'vs/platform/plugins/common/plugins';
import { IInstantiationService, ServicesAccessor } from 'vs/platform/instantiation/common/instantiation';
import { IMessageService, CancelAction } from 'vs/platform/message/common/message';
import { InstallAction } from 'vs/workbench/parts/extensions/electron-browser/extensionsActions';
import { IQuickOpenService } from 'vs/workbench/services/quickopen/common/quickOpenService';
import { IExtensionsService, IGalleryService, IExtension } from 'vs/workbench/parts/extensions/common/extensions';
import { IExtensionsService, IGalleryService } from 'vs/workbench/parts/extensions/common/extensions';
import { IEventService } from 'vs/platform/event/common/event';
import { IStorageService, StorageScope } from 'vs/platform/storage/common/storage';
import { EventType, EditorEvent } from 'vs/workbench/common/events';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册