mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-22 19:29:17 +00:00
@@ -3457,7 +3457,7 @@ export class CommandCenter {
|
||||
return [createBranch, { label: '', kind: QuickPickItemKind.Separator }, ...branchItems];
|
||||
};
|
||||
|
||||
const placeHolder = l10n.t('Select a branch to create the new worktree from');
|
||||
const placeHolder = l10n.t('Select a branch or tag to create the new worktree from');
|
||||
const choice = await this.pickRef(getBranchPicks(), placeHolder);
|
||||
|
||||
if (!choice) {
|
||||
|
||||
Reference in New Issue
Block a user