提交 3497c87a 编写于 作者: R Ramya Achutha Rao

Add missing sources of extensions installs in telemetry

上级 0b3efa99
......@@ -191,7 +191,7 @@ export class ExtensionsListView extends ViewsViewletPanel {
if (idMatch) {
const name = idMatch[1];
return this.extensionsWorkbenchService.queryGallery({ names: [name] })
return this.extensionsWorkbenchService.queryGallery({ names: [name], source: 'queryById' })
.then(pager => new PagedModel(pager));
}
......@@ -273,7 +273,7 @@ export class ExtensionsListView extends ViewsViewletPanel {
}
if (text) {
options = assign(options, { text: text.substr(0, 350) });
options = assign(options, { text: text.substr(0, 350), source: 'searchText' });
} else {
options.source = 'viewlet';
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册