mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
tests for range highlight
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
|
||||
import {IDisposable} from 'vs/base/common/lifecycle';
|
||||
import URI from 'vs/base/common/uri';
|
||||
import {Range} from 'vs/editor/common/core/range';
|
||||
import * as editorCommon from 'vs/editor/common/editorCommon';
|
||||
import {IWorkbenchEditorService} from 'vs/workbench/services/editor/common/editorService';
|
||||
import {IEditor} from 'vs/platform/editor/common/editor';
|
||||
@@ -13,7 +12,7 @@ import {asFileEditorInput} from 'vs/workbench/common/editor';
|
||||
|
||||
export interface IRangeHighlightDecoration {
|
||||
resource: URI;
|
||||
range: Range;
|
||||
range: editorCommon.IRange;
|
||||
}
|
||||
|
||||
export class RangeHighlightDecorations implements IDisposable {
|
||||
|
||||
Reference in New Issue
Block a user