提交 988297b9 编写于 作者: R Rob Lourens

Force search provider ext to activate on search

上级 17cfeaf3
......@@ -125,7 +125,7 @@ export class SearchService extends Disposable implements ISearchService {
const providerActivations: TPromise<any>[] = [TPromise.wrap(null)];
schemesInQuery.forEach(scheme => providerActivations.push(this.extensionService.activateByEvent(`onSearch:${scheme}`)));
// providerActivations.push(this.extensionService.activateByEvent('*'));
providerActivations.push(this.extensionService.activateByEvent('onSearch:file'));
const providerPromise = TPromise.join(providerActivations)
.then(() => this.extensionService.whenInstalledExtensionsRegistered())
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册