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

Universal cancellation support #540

Open
michaelpj opened this issue Dec 29, 2023 · 1 comment
Open

Universal cancellation support #540

michaelpj opened this issue Dec 29, 2023 · 1 comment

Comments

@michaelpj
Copy link
Collaborator

Technically, you're supposed to be allowed to cancel any request with $/cancel. We don't support this at the moment.

To do this we would need to run every handler in a thread so we can kill it. So this is very related to #409

@michaelpj
Copy link
Collaborator Author

So it turns out that HLS supports this via custom logic in HLS. Ugh. Well, everyone should get this by using lsp!

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

No branches or pull requests

1 participant