mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
history - fix settings to appear in timeline
This commit is contained in:
@@ -38,7 +38,7 @@ export class NativeExtHostSearch extends ExtHostSearch {
|
||||
super(extHostRpc, _uriTransformer, _logService);
|
||||
|
||||
const outputChannel = new OutputChannel('RipgrepSearchUD', this._logService);
|
||||
this.registerTextSearchProvider(Schemas.userData, new RipgrepSearchProvider(outputChannel));
|
||||
this.registerTextSearchProvider(Schemas.vscodeUserData, new RipgrepSearchProvider(outputChannel));
|
||||
if (initData.remote.isRemote && initData.remote.authority) {
|
||||
this._registerEHSearchProviders();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user