Skip to content

History panel should be configurable #11371

Discussion options

You must be logged in to vote

@anavarre thank you for the discussion, from what I understand we should limit 100 entries, and perhaps prompt to load more:

export const SCM_HISTORY_MAX_COUNT = 100;

protected doLoadMoreRows(params: IndexRange): Promise<any> {
let resolver: () => void;
const promise = new Promise<void>(resolve => resolver = resolve);
const lastRow = this.scmNodes[params.stopIndex - 1];
if (ScmCommitNode.is(lastRow)) {
const toRevision = lastRow.commitDetails.id;

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@anavarre
Comment options

@vince-fugnitto
Comment options

@anavarre
Comment options

@vince-fugnitto
Comment options

@anavarre
Comment options

Answer selected by anavarre
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants