Skip to content

Commit 03442d1

Browse files
authored
Fix chat cancel button order (microsoft#230015)
Fix microsoft#230013
1 parent 106df9b commit 03442d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export class CancelAction extends Action2 {
167167
menu: {
168168
id: MenuId.ChatExecute,
169169
when: CONTEXT_CHAT_REQUEST_IN_PROGRESS,
170-
order: 2,
170+
order: 4,
171171
group: 'navigation',
172172
},
173173
keybinding: {

0 commit comments

Comments
 (0)