We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 126e10a commit 24f188cCopy full SHA for 24f188c
src/commands/quickCommand.steps.ts
@@ -296,7 +296,7 @@ export async function getBranchesAndOrTags(
296
filter?: { branches?: (b: GitBranch) => boolean; tags?: (t: GitTag) => boolean };
297
picked?: string | string[];
298
sort?: boolean | { branches?: BranchSortOptions; tags?: TagSortOptions };
299
- } = {},
+ },
300
): Promise<(BranchQuickPickItem | TagQuickPickItem)[]> {
301
if (repos == null) return [];
302
0 commit comments