history - fix settings to appear in timeline

This commit is contained in:
Benjamin Pasero
2022-03-17 07:19:12 +01:00
parent db0525ff4b
commit aa4765b0ac
30 changed files with 54 additions and 53 deletions

View File

@@ -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();
}