Closed
Description
The typespec extension activate failed when we set the telemetry key and enable the telemetry.
Root cause:
Typespec-vscode now use esbuild to build the library, and in that case, the TelemetryReporter
is namespace, not constructor and cannot construct the instance. Then the process crash.