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

fix my tests

上级 c977eb64
......@@ -87,6 +87,9 @@ export class TestEditorInput extends EditorInput implements IFileEditorInput {
isDirty(): boolean {
return this.dirty;
}
isReadonly(): boolean {
return false;
}
dispose(): void {
super.dispose();
this.gotDisposed = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册