Reduce usage of ICommonCodeEditor (#37834)

This commit is contained in:
Alex Dima
2017-11-10 17:00:47 +01:00
parent 2a8744fa14
commit 139a4a237c
23 changed files with 123 additions and 54 deletions

View File

@@ -23,7 +23,7 @@ import { IRange } from 'vs/editor/common/core/range';
import { ISelection } from 'vs/editor/common/core/selection';
import { ITextModelService } from 'vs/editor/common/services/resolverService';
import { IFileService } from 'vs/platform/files/common/files';
import { bulkEdit, IResourceEdit } from 'vs/editor/common/services/bulkEdit';
import { bulkEdit, IResourceEdit } from 'vs/editor/browser/services/bulkEdit';
import { IModelService } from 'vs/editor/common/services/modelService';
import { isCodeEditor, ICodeEditor } from 'vs/editor/browser/editorBrowser';