mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Fix text search type telemetry
This commit is contained in:
@@ -111,7 +111,7 @@ export class ExtHostSearch implements ExtHostSearchShape {
|
||||
return new TextSearchManager(query, provider, {
|
||||
readdir: resource => Promise.resolve([]), // TODO@rob implement
|
||||
toCanonicalName: encoding => encoding
|
||||
});
|
||||
}, 'textSearchProvider');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user