Skip to content

Ignore notifications sent from sourcekit-lsp when waiting for a request reply #134

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

Merged

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Mar 26, 2024

If sourcekit-lsp sent a publishDiagnostics notification, we would try to interpret it as a request reply. This failed because the notification wasn’t actually the reply to the request we were expecting.

Ignore all notifications or requests from sourcekit-lsp when waiting for a request reply to fix this issue.

…st reply

If sourcekit-lsp sent a `publishDiagnostics` notification, we would try to interpret it as a request reply. This failed because the notification wasn’t actually the reply to the request we were expecting.

Ignore all notifications or requests from sourcekit-lsp when waiting for a request reply to fix this issue.
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.

2 participants