提交 ea353972 编写于 作者: I isidor

debugEditorInput import polish

上级 d93b8570
......@@ -3,14 +3,14 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import uri from 'vs/base/common/uri';
import { TPromise } from 'vs/base/common/winjs.base';
import { PLAINTEXT_MODE_ID } from 'vs/editor/common/modes/modesRegistry';
import strinput = require('vs/workbench/common/editor/stringEditorInput');
import { EditorInput, EditorModel } from 'vs/workbench/common/editor';
import uri from 'vs/base/common/uri';
import { IInstantiationService } from 'vs/platform/instantiation/common/instantiation';
import { StringEditorInput } from 'vs/workbench/common/editor/stringEditorInput';
import { EditorInput, EditorModel } from 'vs/workbench/common/editor';
export class DebugStringEditorInput extends strinput.StringEditorInput {
export class DebugStringEditorInput extends StringEditorInput {
constructor(
name: string,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册