Theia API Documentation v1.65.0
    Preparing search index...
    interface ScmHistoryProvider {
        acceptInputCommand?: ScmCommand;
        amendSupport?: ScmAmendSupport;
        groups: ScmResourceGroup[];
        historySupport?: ScmHistorySupport;
        id: string;
        label: string;
        onDidChange: Event<void>;
        onDidChangeCommitTemplate: Event<string>;
        onDidChangeResources?: Event<void>;
        onDidChangeStatusBarCommands?: Event<undefined | ScmCommand[]>;
        rootUri: string;
        statusBarCommands?: ScmCommand[];
        dispose(): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    acceptInputCommand?: ScmCommand
    amendSupport?: ScmAmendSupport
    historySupport?: ScmHistorySupport
    id: string
    label: string
    onDidChange: Event<void>
    onDidChangeCommitTemplate: Event<string>
    onDidChangeResources?: Event<void>
    onDidChangeStatusBarCommands?: Event<undefined | ScmCommand[]>
    rootUri: string
    statusBarCommands?: ScmCommand[]

    Methods

    • Dispose this object.

      Returns void