We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d540c5f + 4afcf95 commit 84a6ea0Copy full SHA for 84a6ea0
src/extension/chatSessions/vscode-node/copilotCloudSessionsProvider.ts
@@ -475,7 +475,7 @@ export class CopilotCloudSessionsProvider extends Disposable implements vscode.C
475
optionGroups.push({
476
id: REPOSITORIES_OPTION_GROUP_ID,
477
name: vscode.l10n.t('Repository'),
478
- icon: new vscode.ThemeIcon('source-control'),
+ icon: new vscode.ThemeIcon('repo'),
479
items,
480
onSearch: async (query, token) => {
481
return await this.fetchAllRepositoriesFromGitHub(query);
0 commit comments