Skip to content

Commit b68fa59

Browse files
authored
Push coding agent button closer to send button (microsoft#252584)
set order in ChatExecute menu to 3.9
1 parent 0b98618 commit b68fa59

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
@@ -483,7 +483,7 @@ export class CreateRemoteAgentJobAction extends Action2 {
483483
menu: {
484484
id: MenuId.ChatExecute,
485485
group: 'navigation',
486-
order: 0,
486+
order: 3.9,
487487
when: ChatContextKeys.hasRemoteCodingAgent
488488
}
489489
});

0 commit comments

Comments
 (0)