We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fccdca6 + 52222b5 commit 097f891Copy full SHA for 097f891
src/main.ts
@@ -314,6 +314,11 @@ export async function activate(
314
);
315
}
316
317
+ const activationProperties: { [key: string]: string } = {
318
+ serverKind: useOmnisharpServer ? 'OmniSharp' : 'Roslyn',
319
+ };
320
+ reporter.sendTelemetryEvent('CSharpActivated', activationProperties);
321
+
322
if (!useOmnisharpServer) {
323
tryGetCSharpDevKitExtensionExports(csharpLogObserver);
324
0 commit comments