Skip to content

Commit 84a6ea0

Browse files
authored
Merge branch 'main' into anisha/flight_searchagent
2 parents d540c5f + 4afcf95 commit 84a6ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/chatSessions/vscode-node/copilotCloudSessionsProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ export class CopilotCloudSessionsProvider extends Disposable implements vscode.C
475475
optionGroups.push({
476476
id: REPOSITORIES_OPTION_GROUP_ID,
477477
name: vscode.l10n.t('Repository'),
478-
icon: new vscode.ThemeIcon('source-control'),
478+
icon: new vscode.ThemeIcon('repo'),
479479
items,
480480
onSearch: async (query, token) => {
481481
return await this.fetchAllRepositoriesFromGitHub(query);

0 commit comments

Comments
 (0)