mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Reorder "Start editing session" icon (#229892)
This commit is contained in:
@@ -130,7 +130,7 @@ class ChatHistoryAction extends Action2 {
|
||||
id: MenuId.ViewTitle,
|
||||
when: ContextKeyExpr.equals('view', CHAT_VIEW_ID),
|
||||
group: 'navigation',
|
||||
order: -1
|
||||
order: 2
|
||||
},
|
||||
category: CHAT_CATEGORY,
|
||||
icon: Codicon.history,
|
||||
|
||||
@@ -437,7 +437,7 @@ export class ChatEditingStartSessionAction extends Action2 {
|
||||
id: MenuId.ViewTitle,
|
||||
when: ContextKeyExpr.and(ContextKeyExpr.equals('view', CHAT_VIEW_ID), CONTEXT_CHAT_EDITING_ENABLED),
|
||||
group: 'navigation',
|
||||
order: 5
|
||||
order: 1
|
||||
}]
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user