Skip to content

Commit 6486ae8

Browse files
authored
Reorder "Start editing session" icon (microsoft#229892)
1 parent a8266cd commit 6486ae8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/vs/workbench/contrib/chat/browser/actions/chatActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class ChatHistoryAction extends Action2 {
130130
id: MenuId.ViewTitle,
131131
when: ContextKeyExpr.equals('view', CHAT_VIEW_ID),
132132
group: 'navigation',
133-
order: -1
133+
order: 2
134134
},
135135
category: CHAT_CATEGORY,
136136
icon: Codicon.history,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ export class ChatEditingStartSessionAction extends Action2 {
437437
id: MenuId.ViewTitle,
438438
when: ContextKeyExpr.and(ContextKeyExpr.equals('view', CHAT_VIEW_ID), CONTEXT_CHAT_EDITING_ENABLED),
439439
group: 'navigation',
440-
order: 5
440+
order: 1
441441
}]
442442
});
443443
}

0 commit comments

Comments
 (0)