mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Git - add separator to the checkout quick pick (#172762)
This commit is contained in:
@@ -2061,7 +2061,7 @@ export class CommandCenter {
|
||||
const picks: QuickPickItem[] = [];
|
||||
|
||||
if (!opts?.detached) {
|
||||
picks.push(createBranch, createBranchFrom, checkoutDetached);
|
||||
picks.push(createBranch, createBranchFrom, checkoutDetached, { label: '', kind: QuickPickItemKind.Separator });
|
||||
}
|
||||
|
||||
const quickpick = window.createQuickPick();
|
||||
|
||||
Reference in New Issue
Block a user