Skip to content

Commit 3db4e45

Browse files
committed
Fixes codicon showing in comparison picker title
1 parent 335f6e7 commit 3db4e45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/quickpicks/comparisonPicker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export async function showComparisonPicker(
7474

7575
if (base == null || force) {
7676
({ title, placeholder } = {
77-
title: `Compare ${getReferenceLabel(head)} with`,
77+
title: `Compare ${getReferenceLabel(head, { label: false, icon: false })} with`,
7878
placeholder: 'Choose a reference (branch, tag, etc) to compare with',
7979
...options?.getTitleAndPlaceholder?.(2, head),
8080
});

0 commit comments

Comments
 (0)