mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 00:09:30 +01:00
sessions: use plus icon for Add Chat (#305791)
* docs - update command center actions in layout spec * sessions: drop Add Chat layout docs Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -634,7 +634,7 @@ registerAction2(class AddChatAction extends Action2 {
|
||||
super({
|
||||
id: 'agentSession.addChat',
|
||||
title: localize2('addChat', "Add Chat"),
|
||||
icon: Codicon.newSession,
|
||||
icon: Codicon.plus,
|
||||
menu: [{
|
||||
id: Menus.CommandCenter,
|
||||
order: 102,
|
||||
|
||||
Reference in New Issue
Block a user