Skip to content

Conversation

Colengms
Copy link
Contributor

@Colengms Colengms commented Sep 8, 2025

Fixes: #13862

The issue appears to be that the timeout causes a vscode.window.showInformationMessage, which was being awaiting. If the user does not dismiss it, the function would not return and would fail to indicate that the custom configuration request is complete.

The fix is to not await it.

@Colengms Colengms requested a review from a team as a code owner September 8, 2025 22:34
@github-project-automation github-project-automation bot moved this to Pull Request in cpptools Sep 8, 2025
@Colengms Colengms merged commit 0bd5350 into main Sep 8, 2025
6 checks passed
@Colengms Colengms deleted the dev/coleng/fix_custom_config_async branch September 8, 2025 22:56
@github-project-automation github-project-automation bot moved this from Pull Request to Done in cpptools Sep 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Language service hangs after custom provider times out
2 participants