Skip to content

Commit 2fda72e

Browse files
authored
Use existing setting icons for configure chat (microsoft#253984)
1 parent 5da12b4 commit 2fda72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/browser/actions/chatActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ Update \`.github/copilot-instructions.md\` for the user, then ask for feedback o
875875
title: localize2('config.label', "Configure Chat..."),
876876
group: 'navigation',
877877
when: ContextKeyExpr.equals('view', ChatViewId),
878-
icon: Codicon.settings,
878+
icon: Codicon.settingsGear,
879879
order: 6
880880
});
881881
}

0 commit comments

Comments
 (0)