Interface ScmHistorySupport

interface ScmHistorySupport {
    onDidChangeHistory: Event<void>;
    getCommitHistory(options?): Promise<ScmHistoryCommit[]>;
}

Properties

onDidChangeHistory: Event<void>

Methods