Open in IDE diagnostics

Summary: Copy in IDE and BigGreep search usage

Reviewed By: LukeDefeo

Differential Revision: D44297978

fbshipit-source-id: deb3288c7afbea7fc7aa13937db1478f300d6307
This commit is contained in:
Lorenzo Blasa
2023-03-22 11:53:54 -07:00
committed by Facebook GitHub Bot
parent c2e41cd095
commit 174c04accf

View File

@@ -40,6 +40,15 @@ type TrackerEvents = {
key: string; key: string;
value: string; value: string;
}; };
'big-grep-searched': {
searchTerm: string;
tags: Tag[];
};
'ide-opened': {
ide: string;
name: string;
tags: Tag[];
};
}; };
export interface Tracker { export interface Tracker {