mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Fix #52829
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user