Skip to content

Commit c13bf7a

Browse files
committed
add telelemtry
1 parent 467c999 commit c13bf7a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/vs/workbench/contrib/userDataSync/browser/userDataSync.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,10 @@ export class UserDataSyncWorkbenchContribution extends Disposable implements IWo
221221
[
222222
{
223223
label: localize('show conflicts', "Show Conflicts"),
224-
run: () => this.handleConflicts()
224+
run: () => {
225+
this.telemetryService.publicLog2('sync/showConflicts');
226+
this.handleConflicts();
227+
}
225228
}
226229
],
227230
{

0 commit comments

Comments
 (0)