Skip to content

Commit 03b64eb

Browse files
authored
Use new copilot-large icon (microsoft#235442)
1 parent 9452402 commit 03b64eb

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
396 Bytes
Binary file not shown.

src/vs/base/common/codiconsLibrary.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,4 +584,5 @@ export const codiconsLibrary = {
584584
codeReview: register('code-review', 0xec37),
585585
copilotWarning: register('copilot-warning', 0xec38),
586586
python: register('python', 0xec39),
587+
copilotLarge: register('copilot-large', 0xec3a),
587588
} as const;

src/vs/workbench/contrib/chat/browser/chatSetup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export class ChatSetupContribution extends Disposable implements IWorkbenchContr
136136
)
137137
)
138138
)!,
139-
icon: Codicon.copilot,
139+
icon: Codicon.copilotLarge,
140140
content: disposables => disposables.add(this.instantiationService.createInstance(ChatSetupWelcomeContent, this.controller.value, this.context)).element,
141141
});
142142
}

0 commit comments

Comments
 (0)