mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
Update quick pick placeholders and/or remove titles (#165267)
This commit is contained in:
@@ -2007,8 +2007,8 @@ export class CommandCenter {
|
||||
const quickpick = window.createQuickPick();
|
||||
quickpick.items = picks;
|
||||
quickpick.placeholder = opts?.detached
|
||||
? l10n.t('Select a ref to checkout in detached mode')
|
||||
: l10n.t('Select a ref to checkout');
|
||||
? l10n.t('Select a branch or tag to checkout in detached mode')
|
||||
: l10n.t('Select a branch or tag to checkout');
|
||||
|
||||
quickpick.show();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user