Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with requests in protocolFilter.ts causing stalls #12906

Merged
merged 3 commits into from
Oct 30, 2024

Conversation

Colengms
Copy link
Contributor

Addresses: #12905

I managed basically remove the need to do any awaiting in protocolFilter.ts, making it unnecessary to ensure the messages are otherwise kept in sequence. It looks like not specifying a filter at all does not cause VS Code to await responses to requests before processing the next message.

@Colengms Colengms merged commit e45dbce into main Oct 30, 2024
6 checks passed
@Colengms Colengms deleted the coleng/fix_protocol_filter_stall branch October 30, 2024 01:46
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.

3 participants