Interface DirtyDiffUpdate

interface DirtyDiffUpdate {
    changes: readonly Change[];
    editor: TextEditor;
    previousRevisionUri?: URI;
}

Hierarchy (view full)

Properties

changes: readonly Change[]
editor: TextEditor
previousRevisionUri?: URI