EH search - add fileSearch telemetry

This commit is contained in:
Rob Lourens
2018-05-16 21:59:42 -07:00
parent 91c1749812
commit 0fb960478e
3 changed files with 13 additions and 11 deletions

View File

@@ -405,6 +405,7 @@ export interface MainThreadSearchShape extends IDisposable {
$registerSearchProvider(handle: number, scheme: string): void;
$unregisterProvider(handle: number): void;
$handleFindMatch(handle: number, session: number, data: UriComponents | IRawFileMatch2[]): void;
$handleTelemetry(eventName: string, data: any): void;
}
export interface MainThreadTaskShape extends IDisposable {