mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-25 15:35:43 +01:00
Fix telemetry event name
This commit is contained in:
@@ -1967,7 +1967,7 @@ export class SearchView extends ViewPane {
|
||||
index: number;
|
||||
maxKeywords: number;
|
||||
};
|
||||
this.telemetryService.publicLog2<KeywordClickEvent, KeywordClickClassification>('searchComplete', {
|
||||
this.telemetryService.publicLog2<KeywordClickEvent, KeywordClickClassification>('searchKeywordClick', {
|
||||
index,
|
||||
maxKeywords
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user