diff --git a/src/vs/workbench/contrib/chat/browser/actions/chatContextActions.ts b/src/vs/workbench/contrib/chat/browser/actions/chatContextActions.ts index 65710233e74b1..4123c4b8d3471 100644 --- a/src/vs/workbench/contrib/chat/browser/actions/chatContextActions.ts +++ b/src/vs/workbench/contrib/chat/browser/actions/chatContextActions.ts @@ -812,7 +812,7 @@ export class AttachContextAction extends Action2 { kind: 'prompt-instructions', id: 'prompt-instructions', label: localize('promptWithEllipsis', 'Prompt...'), - iconClass: ThemeIcon.asClassName(Codicon.lightbulbSparkle), + iconClass: ThemeIcon.asClassName(Codicon.bookmark), }); } diff --git a/src/vs/workbench/contrib/chat/browser/attachments/instructionsAttachment/instructionsAttachment.ts b/src/vs/workbench/contrib/chat/browser/attachments/instructionsAttachment/instructionsAttachment.ts index c5ee5d143e5fc..f959d7eabf118 100644 --- a/src/vs/workbench/contrib/chat/browser/attachments/instructionsAttachment/instructionsAttachment.ts +++ b/src/vs/workbench/contrib/chat/browser/attachments/instructionsAttachment/instructionsAttachment.ts @@ -138,7 +138,7 @@ export class InstructionsAttachmentWidget extends Disposable { hidePath: true, range: undefined, title, - icon: ThemeIcon.fromId(Codicon.lightbulbSparkle.id), + icon: ThemeIcon.fromId(Codicon.bookmark.id), extraClasses: [], }); this.domNode.ariaLabel = ariaLabel;