mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
grid - make platform editor service specific for code editors
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user