提交 6ec697a2 编写于 作者: R Ramya Achutha Rao

Telemetry to differentiate all recommendations view from the others

上级 65b9a0de
......@@ -294,6 +294,7 @@ export class ExtensionsListView extends CollapsibleView {
.filter(name => local.every(ext => `${ext.publisher}.${ext.name}` !== name))
.filter(name => name.toLowerCase().indexOf(value) > -1);
this.telemetryService.publicLog('extensionAllRecommendations:open', { count: names.length });
if (!names.length) {
return TPromise.as(new PagedModel([]));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册