mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 05:51:32 +01:00
Use native proxies for renderer <-> ext host RPC communication
This commit is contained in:
@@ -11,12 +11,11 @@ import { MainThreadTelemetryShape } from '../node/extHost.protocol';
|
||||
/**
|
||||
* Helper always instantiated in the main process to receive telemetry events from remote telemetry services
|
||||
*/
|
||||
export class MainThreadTelemetry extends MainThreadTelemetryShape {
|
||||
export class MainThreadTelemetry implements MainThreadTelemetryShape {
|
||||
|
||||
private _telemetryService: ITelemetryService;
|
||||
|
||||
constructor( @ITelemetryService telemetryService: ITelemetryService) {
|
||||
super();
|
||||
this._telemetryService = telemetryService;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user