mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
testing: update some feedback on followup items (#216559)
While I'm here, Fixes https://github.com/microsoft/vscode-copilot/issues/6258 Fixes https://github.com/microsoft/vscode-copilot/issues/6259
This commit is contained in:
@@ -44,7 +44,7 @@ export async function activate(context: vscode.ExtensionContext) {
|
||||
context.subscriptions.push(vscode.tests.registerTestFollowupProvider({
|
||||
async provideFollowup(_result, test, taskIndex, messageIndex, _token) {
|
||||
return [{
|
||||
title: '$(sparkle) Ask copilot for help',
|
||||
title: '$(sparkle) Fix with Copilot',
|
||||
command: 'github.copilot.tests.fixTestFailure',
|
||||
arguments: [{ source: 'peekFollowup', test, message: test.taskStates[taskIndex].messages[messageIndex] }]
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user