You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return{content: [{kind: 'text',value: `Terminal not found for task ${taskDefinition?.taskLabel}`}],toolResultMessage: newMarkdownString(localize('copilotChat.terminalNotFound','Terminal not found for task `{0}`',taskDefinition?.taskLabel))};
87
+
return{content: [{kind: 'text',value: `Terminal not found for task ${taskLabel}`}],toolResultMessage: newMarkdownString(localize('copilotChat.terminalNotFound','Terminal not found for task `{0}`',taskLabel))};
87
88
}
88
89
return{
89
90
content: [{
90
91
kind: 'text',
91
-
value: `Output of task ${taskDefinition.taskLabel}: ${getOutput(terminal)}`
92
+
value: `Output of task ${taskLabel}: ${getOutput(terminal)}`
return{content: [{kind: 'text',value: `Task started but no terminal was found for: ${taskDefinition.taskLabel}`}],toolResultMessage: newMarkdownString(localize('copilotChat.noTerminal','Task started but no terminal was found for: `{0}`',taskDefinition.taskLabel))};
74
+
return{content: [{kind: 'text',value: `Task started but no terminal was found for: ${taskLabel}`}],toolResultMessage: newMarkdownString(localize('copilotChat.noTerminal','Task started but no terminal was found for: `{0}`',taskLabel))};
77
75
}
78
76
79
-
_progress.report({message: newMarkdownString(localize('copilotChat.checkingOutput','Checking output for `{0}`',taskDefinition.taskLabel))});
77
+
_progress.report({message: newMarkdownString(localize('copilotChat.checkingOutput','Checking output for `{0}`',taskLabel))});
? {title: localize('copilotChat.allowTaskRunTitle','Allow task run?'),message: localize('copilotChat.allowTaskRunMsg','Allow Copilot to run the task `{0}`?',taskDefinition.taskLabel)}
140
+
? {title: localize('copilotChat.allowTaskRunTitle','Allow task run?'),message: localize('copilotChat.allowTaskRunMsg','Allow Copilot to run the task `{0}`?',taskLabel)}
0 commit comments