chat - tweak wording around chat and reduce use of copilot (#272839)

This commit is contained in:
Benjamin Pasero
2025-10-23 13:40:49 +02:00
committed by GitHub
parent b41b69ba43
commit 672c1c1d94
27 changed files with 131 additions and 101 deletions

View File

@@ -45,7 +45,7 @@ export async function activate(context: vscode.ExtensionContext) {
context.subscriptions.push(vscode.tests.registerTestFollowupProvider({
async provideFollowup(_result, test, taskIndex, messageIndex, _token) {
return [{
title: '$(sparkle) Fix with Copilot',
title: '$(sparkle) Fix',
command: 'github.copilot.tests.fixTestFailure',
arguments: [{ source: 'peekFollowup', test, message: test.taskStates[taskIndex].messages[messageIndex] }]
}];