Appearance
https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.IDiffEditorViewModel.html
interface IDiffEditorViewModel { model: IDiffEditorModel; dispose(): void; waitForDiff(): Promise<void>; }
dispose(): void
waitForDiff(): Promise<void>