You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Increase the default timeout for downloading the Copilot CLI tarball from 100s
(the HttpClient default) to 600s (10 minutes) to handle slow or unreliable
network conditions.
The timeout is configurable via the CopilotCliDownloadTimeout MSBuild property.
Fixes#451
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
<ErrorCondition="'$(CopilotCliVersion)' == ''"Text="CopilotCliVersion is not set. The GitHub.Copilot.SDK.props file may be missing from the NuGet package." />
0 commit comments