Skip to content

Commit 0685218

Browse files
Clarify some behaviour in filterAndSortRepositoriesWithResults
1 parent 72c07a3 commit 0685218

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/ql-vscode/src/pure/variant-analysis-filter-sort.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ export function filterAndSortRepositoriesWithResults<
154154
return undefined;
155155
}
156156

157+
// If repository IDs are given, then ignore the search value and filter key
157158
if (
158159
filterSortState?.repositoryIds &&
159160
filterSortState.repositoryIds.length > 0

0 commit comments

Comments
 (0)