mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-25 01:41:41 +01:00
Push coding agent button closer to send button (#252584)
set order in ChatExecute menu to 3.9
This commit is contained in:
@@ -483,7 +483,7 @@ export class CreateRemoteAgentJobAction extends Action2 {
|
||||
menu: {
|
||||
id: MenuId.ChatExecute,
|
||||
group: 'navigation',
|
||||
order: 0,
|
||||
order: 3.9,
|
||||
when: ChatContextKeys.hasRemoteCodingAgent
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user