grid - make platform editor service specific for code editors

This commit is contained in:
Benjamin Pasero
2018-05-16 12:08:29 +02:00
parent b892ded0d3
commit c460ac4787
72 changed files with 386 additions and 364 deletions

View File

@@ -6,7 +6,7 @@
import * as editorCommon from 'vs/editor/common/editorCommon';
import { Event, Emitter } from 'vs/base/common/event';
import { IEditor } from 'vs/platform/editor/common/editor';
import { IEditor } from 'vs/workbench/common/editor';
import { IModelService } from 'vs/editor/common/services/modelService';
import { IDisposable, dispose } from 'vs/base/common/lifecycle';
import { Range, IRange } from 'vs/editor/common/core/range';