related to #70812
This commit is contained in:
Joao Moreno 2019-03-27 13:26:31 +01:00
parent 310baf6d19
commit bfb02a7d84

View file

@ -93,7 +93,7 @@ class CreateBranchItem implements QuickPickItem {
constructor(private cc: CommandCenter) { }
get label(): string { return localize('create branch', '$(plus) Create new branch'); }
get label(): string { return localize('create branch', '$(plus) Create new branch...'); }
get description(): string { return ''; }
get alwaysShow(): boolean { return true; }