We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 335f6e7 commit 3db4e45Copy full SHA for 3db4e45
1 file changed
src/quickpicks/comparisonPicker.ts
@@ -74,7 +74,7 @@ export async function showComparisonPicker(
74
75
if (base == null || force) {
76
({ title, placeholder } = {
77
- title: `Compare ${getReferenceLabel(head)} with`,
+ title: `Compare ${getReferenceLabel(head, { label: false, icon: false })} with`,
78
placeholder: 'Choose a reference (branch, tag, etc) to compare with',
79
...options?.getTitleAndPlaceholder?.(2, head),
80
});
0 commit comments