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.
1 parent fccdca6 commit 52222b5Copy full SHA for 52222b5
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