mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
✨ log registerSCMProvider telemetry
This commit is contained in:
@@ -187,7 +187,7 @@ export class ExtHostExtensionService extends AbstractExtensionService<ExtHostExt
|
||||
this._contextService = contextService;
|
||||
|
||||
// initialize API first
|
||||
const apiFactory = createApiFactory(initData, threadService, this, this._contextService);
|
||||
const apiFactory = createApiFactory(initData, threadService, this, this._contextService, this._telemetryService);
|
||||
initializeExtensionApi(this, apiFactory).then(() => this._triggerOnReady());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user