Skip to content

Commit fa7f5d7

Browse files
authored
Use Copilot instead of Chat for action title (microsoft#250641)
Use Copilot instead of Chat
1 parent 3fef081 commit fa7f5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/tasks/browser/abstractTaskService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ export abstract class AbstractTaskService extends Disposable implements ITaskSer
684684
? `\`${message}\``
685685
: `\`${message}\`\n\`\`\`json${errorMessage}\`\`\``;
686686
actions.push({
687-
label: nls.localize('troubleshootWithChat', "Fix with Chat"),
687+
label: nls.localize('troubleshootWithChat', "Fix with Copilot"),
688688
run: async () => {
689689
this._commandService.executeCommand(CHAT_OPEN_ACTION_ID, {
690690
mode: ChatMode.Agent,

0 commit comments

Comments
 (0)