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.
2 parents 27e6951 + bab9395 commit 4a38a51Copy full SHA for 4a38a51
api/extension-guides/chat.md
@@ -473,7 +473,7 @@ const logger = vscode.env.createTelemetryLogger({
473
});
474
475
cat.onDidReceiveFeedback((feedback: vscode.ChatResultFeedback) => {
476
- // Log chat result feedback to be able to compute the success matric of the participant
+ // Log chat result feedback to be able to compute the success metric of the participant
477
logger.logUsage('chatResultFeedback', {
478
kind: feedback.kind
479
0 commit comments