We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Technically, you're supposed to be allowed to cancel any request with $/cancel. We don't support this at the moment.
$/cancel
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
The text was updated successfully, but these errors were encountered:
withProgress Cancellable
So it turns out that HLS supports this via custom logic in HLS. Ugh. Well, everyone should get this by using lsp!
lsp
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: