Skip to content

Commit

Permalink
Merge pull request #6614 from microsoft/seanmcm/cherryPick6609
Browse files Browse the repository at this point in the history
cherry pick 6609
  • Loading branch information
sean-mcmanus authored Dec 3, 2020
2 parents 8b06e7d + 28f6dd6 commit a3de2f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Extension/src/LanguageServer/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ function sendActivationTelemetry(): void {
}
machineIdPersistentState.Value = vscode.env.machineId;
}
if (vscode.env.remoteName) {
activateEvent["remoteName"] = vscode.env.remoteName;
if (vscode.env.uiKind === vscode.UIKind.Web) {
activateEvent["WebUI"] = "1";
}
telemetry.logLanguageServerEvent("Activate", activateEvent);
}
Expand Down

0 comments on commit a3de2f9

Please sign in to comment.