Skip to content

Conversation

@dbaeumer
Copy link
Contributor

We encounter cases where the Copilot chat extension could take a very long time to activate. This would make the CSharp extension not activate successful. To avoid these situations I added protection code to only wait 3 seconds for the Copilot chat extension.

This is the smallest code change to not run into this situation. A better fix would be to not await the whole context provider registration. However we need to understand if this has some other side effects.

@dbaeumer dbaeumer requested a review from a team as a code owner September 10, 2025 15:49
@dibarbet
Copy link
Member

/backport to prerelease

@github-actions
Copy link
Contributor

Started backporting to prerelease: https://github.com/dotnet/vscode-csharp/actions/runs/17622027859

@dibarbet dibarbet merged commit 11cbfa5 into dotnet:main Sep 10, 2025
32 checks passed
@dibarbet
Copy link
Member

/backport to release

@github-actions
Copy link
Contributor

Started backporting to release: https://github.com/dotnet/vscode-csharp/actions/runs/17626082633

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants