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 27e6951 commit bab9395Copy full SHA for bab9395
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