This commit is contained in:
Rob Lourens
2018-06-26 21:18:10 -07:00
parent f9c585c414
commit f2fa6bea46
3 changed files with 40 additions and 30 deletions

View File

@@ -86,7 +86,7 @@ class RemoteSearchProvider implements ISearchResultProvider {
private readonly _handle: number,
private readonly _proxy: ExtHostSearchShape
) {
this._registrations = [searchService.registerSearchResultProvider(this)];
this._registrations = [searchService.registerSearchResultProvider(this._scheme, this)];
}
dispose(): void {