mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Revert "Merge pull request #109049 from digeff/searchView/context/extensionPoints"
This reverts commita1bb5ac207, reversing changes made to9a08a10708.
This commit is contained in:
@@ -19,7 +19,6 @@ import { ExtHostSearch, reviveQuery } from 'vs/workbench/api/common/extHostSearc
|
||||
import { Schemas } from 'vs/base/common/network';
|
||||
import { NativeTextSearchManager } from 'vs/workbench/services/search/node/textSearchManager';
|
||||
import { TextSearchManager } from 'vs/workbench/services/search/common/textSearchManager';
|
||||
import { ExtHostCommands } from 'vs/workbench/api/common/extHostCommands';
|
||||
|
||||
export class NativeExtHostSearch extends ExtHostSearch {
|
||||
|
||||
@@ -33,9 +32,8 @@ export class NativeExtHostSearch extends ExtHostSearch {
|
||||
@IExtHostInitDataService initData: IExtHostInitDataService,
|
||||
@IURITransformerService _uriTransformer: IURITransformerService,
|
||||
@ILogService _logService: ILogService,
|
||||
commands: ExtHostCommands,
|
||||
) {
|
||||
super(extHostRpc, _uriTransformer, _logService, commands);
|
||||
super(extHostRpc, _uriTransformer, _logService);
|
||||
|
||||
if (initData.remote.isRemote && initData.remote.authority) {
|
||||
this._registerEHSearchProviders();
|
||||
|
||||
Reference in New Issue
Block a user