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

feat: support for canceling LSP requests #672

Merged
merged 1 commit into from
Jan 27, 2023
Merged

feat: support for canceling LSP requests #672

merged 1 commit into from
Jan 27, 2023

Conversation

rchl
Copy link
Member

@rchl rchl commented Jan 25, 2023

Allows client to send $/cancelRequest request to cancel any previously triggered request. Previously that did nothing.

And related to that, cancel pending diagnostic request and re-request a new one on receiving document change notification.

Allows client to send `$/cancelRequest` request to cancel any previously
triggered request. Previously that did nothing.
@rchl rchl merged commit 1daf209 into master Jan 27, 2023
@rchl rchl deleted the fix/cancel-support branch January 27, 2023 19:20
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.

None yet

1 participant