提交 69f3970e 编写于 作者: S Sandeep Somavarapu

#103608 temp fix

上级 3c02955b
......@@ -553,7 +553,7 @@ export class ExtensionService extends AbstractExtensionService implements IExten
}
}
await this._startLocalExtensionHost(localExtensions, remoteAuthority, remoteEnv);
await this._startLocalExtensionHost(localExtensions, remoteAuthority, remoteEnv, remoteExtensions);
}
private async _startLocalExtensionHost(localExtensions: IExtensionDescription[], remoteAuthority: string | undefined = undefined, remoteEnv: IRemoteAgentEnvironment | null = null, remoteExtensions: IExtensionDescription[] = []): Promise<void> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册