Interface GitOpenChangesOptions

interface GitOpenChangesOptions {
    change: GitFileChange;
    options?: EditorOpenerOptions;
}

Properties

Properties

options?: EditorOpenerOptions