grid - rename nexteditor => editor for imports

This commit is contained in:
Benjamin Pasero
2018-05-20 13:25:17 +02:00
parent ef92f85c06
commit 743cf48bf6
135 changed files with 177 additions and 177 deletions

View File

@@ -28,8 +28,8 @@ import { IViewletService } from 'vs/workbench/services/viewlet/browser/viewlet';
import { forEach } from 'vs/base/common/collections';
import { IWorkbenchContributionsRegistry, Extensions as WorkbenchExtensions, IWorkbenchContribution } from 'vs/workbench/common/contributions';
import { LifecyclePhase } from 'vs/platform/lifecycle/common/lifecycle';
import { INextEditorService } from 'vs/workbench/services/editor/common/nextEditorService';
import { INextEditorGroupsService } from 'vs/workbench/services/group/common/nextEditorGroupsService';
import { INextEditorService } from 'vs/workbench/services/editor/common/editorService';
import { INextEditorGroupsService } from 'vs/workbench/services/group/common/editorGroupsService';
export interface IUserFriendlyViewsContainerDescriptor {
id: string;