File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/vs/workbench/contrib/chat/browser/actions Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -504,13 +504,14 @@ export class CreateRemoteAgentJobAction extends Action2 {
504
504
505
505
super ( {
506
506
id : CreateRemoteAgentJobAction . ID ,
507
- title : localize2 ( 'actions.chat.createRemoteJob' , "Push to Coding Agent" ) ,
507
+ // TODO(joshspicer): Generalize title
508
+ title : localize2 ( 'actions.chat.createRemoteJob' , "Push to Copilot coding agent" ) ,
508
509
icon : Codicon . cloudUpload ,
509
510
precondition,
510
511
toggled : {
511
512
condition : ChatContextKeys . remoteJobCreating ,
512
513
icon : Codicon . sync ,
513
- tooltip : localize ( 'remoteJobCreating' , "Pushing to Coding Agent " ) ,
514
+ tooltip : localize ( 'remoteJobCreating' , "Pushing to Copilot coding agent " ) ,
514
515
} ,
515
516
menu : {
516
517
id : MenuId . ChatExecute ,
You can’t perform that action at this time.
0 commit comments