118
119
constructor(
121
>
@IAgentHostGitService private readonly _gitService: IAgentHostGitService,
122
>
@IAgentHostGitHubEndpointService private readonly _gitHubEndpointService: IAgentHostGitHubEndpointService,
123
>
@ILogService private readonly _logService: ILogService,
124
>
) {
125
>
super();
126
>
}
127
128
async reportBegin(context: IAgentHostRestrictedTelemetryContext, sessionUri: string, telemetryMessageId: string, workingDirectory: URI | undefined, baseBranch: string | undefined, isContextCurrent: () => boolean): Promise<void> {