mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
chat - bring copilot icon back to dialog from setup (#244015)
This commit is contained in:
@@ -401,6 +401,7 @@ class ChatSetup {
|
||||
buttons,
|
||||
createWorkbenchDialogOptions({
|
||||
type: 'none',
|
||||
icon: Codicon.copilotLarge,
|
||||
cancelId: buttons.length - 1,
|
||||
renderBody: body => body.appendChild(this.createDialog(disposables)),
|
||||
primaryButtonDropdown: {
|
||||
|
||||
Reference in New Issue
Block a user