提交 a31886c2 编写于 作者: B Benjamin Pasero

💄

上级 83dc73b4
......@@ -31,11 +31,8 @@ import { IHashService } from 'vs/workbench/services/hash/common/hashService';
*/
export class FileEditorInput extends EditorInput implements IFileEditorInput {
private forceOpenAsBinary: boolean;
private textModelReference: TPromise<IReference<ITextEditorModel>>;
private name: string;
private toUnbind: IDisposable[];
/**
......
......@@ -13,7 +13,6 @@ export class ReleaseNotesInput extends EditorInput {
static get ID() { return 'workbench.releaseNotes.input'; }
get version(): string { return this._version; }
get text(): string { return this._text; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册