提交 9647d0e6 编写于 作者: B Benjamin Pasero

fix testss

上级 309b492c
......@@ -14,8 +14,8 @@ import { DiffEditorModel } from 'vs/workbench/common/editor/diffEditorModel';
*/
export class TextDiffEditorModel extends DiffEditorModel {
protected readonly _originalModel: BaseTextEditorModel | null = null;
protected readonly _modifiedModel: BaseTextEditorModel | null = null;
protected readonly _originalModel!: BaseTextEditorModel | null;
protected readonly _modifiedModel!: BaseTextEditorModel | null;
private _textDiffEditorModel: IDiffEditorModel | null = null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册