interface IDiffEditorViewModel { model: IDiffEditorModel; dispose(): void; waitForDiff(): Promise<void>;}
readonly model: IDiffEditorModel