mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-14 12:11:43 +01:00
add telelemtry
This commit is contained in:
@@ -221,7 +221,10 @@ export class UserDataSyncWorkbenchContribution extends Disposable implements IWo
|
||||
[
|
||||
{
|
||||
label: localize('show conflicts', "Show Conflicts"),
|
||||
run: () => this.handleConflicts()
|
||||
run: () => {
|
||||
this.telemetryService.publicLog2('sync/showConflicts');
|
||||
this.handleConflicts();
|
||||
}
|
||||
}
|
||||
],
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user