mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-20 09:45:36 -05:00
Adds helpful placeholder text to repo quickpick
Moves show all quickpick item to be first
This commit is contained in:
@@ -48,7 +48,7 @@ export class ShowAllCommitsQuickPickItem implements QuickPickItem {
|
||||
detail: string;
|
||||
|
||||
constructor(maxItems: number) {
|
||||
this.label = `Show All Commits`;
|
||||
this.label = `\u21BB Show All Commits`;
|
||||
this.description = `\u2014 Currently only showing the first ${maxItems} commits`;
|
||||
this.detail = `This may take a while`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user