We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fef081 commit fa7f5d7Copy full SHA for fa7f5d7
src/vs/workbench/contrib/tasks/browser/abstractTaskService.ts
@@ -684,7 +684,7 @@ export abstract class AbstractTaskService extends Disposable implements ITaskSer
684
? `\`${message}\``
685
: `\`${message}\`\n\`\`\`json${errorMessage}\`\`\``;
686
actions.push({
687
- label: nls.localize('troubleshootWithChat', "Fix with Chat"),
+ label: nls.localize('troubleshootWithChat', "Fix with Copilot"),
688
run: async () => {
689
this._commandService.executeCommand(CHAT_OPEN_ACTION_ID, {
690
mode: ChatMode.Agent,
0 commit comments