mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
adopt ITextModelResolverService for resources
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
import { TPromise } from 'vs/base/common/winjs.base';
|
||||
import { EditorInput, ITextEditorModel } from 'vs/workbench/common/editor';
|
||||
import URI from 'vs/base/common/uri';
|
||||
import { ITextModelResolverService } from 'vs/platform/textmodelResolver/common/textModelResolverService';
|
||||
import { ITextModelResolverService } from 'vs/platform/textmodelResolver/common/resolver';
|
||||
import { ResourceEditorModel } from 'vs/workbench/common/editor/resourceEditorModel';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user