提交 2ecb5a39 编写于 作者: J Johannes Rieken

update monaco.d.ts

上级 c0aed8c3
......@@ -1993,8 +1993,8 @@ declare namespace monaco.editor {
* (Serializable) View state for the diff editor.
*/
export interface IDiffEditorViewState {
original: ICodeEditorViewState;
modified: ICodeEditorViewState;
original: ICodeEditorViewState | null;
modified: ICodeEditorViewState | null;
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册