Skip to content

Commit 28f6dd6

Browse files
Colengmssean-mcmanus
authored andcommitted
Add field to activation telemetry for web-based Codespaces (#6609)
1 parent 89fd6a9 commit 28f6dd6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Extension/src/LanguageServer/extension.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,9 @@ function sendActivationTelemetry(): void {
276276
}
277277
machineIdPersistentState.Value = vscode.env.machineId;
278278
}
279+
if (vscode.env.uiKind === vscode.UIKind.Web) {
280+
activateEvent["WebUI"] = "1";
281+
}
279282
telemetry.logLanguageServerEvent("Activate", activateEvent);
280283
}
281284

0 commit comments

Comments
 (0)