Push coding agent button closer to send button (#252584)

set order in ChatExecute menu to 3.9
This commit is contained in:
Josh Spicer
2025-06-26 20:38:54 -07:00
committed by GitHub
parent 0b98618bf5
commit b68fa590ef
@@ -483,7 +483,7 @@ export class CreateRemoteAgentJobAction extends Action2 {
menu: {
id: MenuId.ChatExecute,
group: 'navigation',
order: 0,
order: 3.9,
when: ChatContextKeys.hasRemoteCodingAgent
}
});