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
The Cancellation in BSP is inherited from LSP. See:
build-server-protocol/build-server-protocol#524
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#cancelRequest https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#errorCodes
https://github.com/microsoft/vscode-languageserver-node/blob/f2ff7d55464a1f58f978cb6635bd8865f050553c/jsonrpc/src/common/connection.ts#L1398-L1412
The text was updated successfully, but these errors were encountered:
@Sidhaarthsr BTW, just an ask. Are you interested in this issue?
Sorry, something went wrong.
Yes @jdneo I'm interested and it's part of this initiative. I can pick this up
Thank you :)
No branches or pull requests
The Cancellation in BSP is inherited from LSP. See:
build-server-protocol/build-server-protocol#524
Cancellation in LSP
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#cancelRequest
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#errorCodes
How LSP node client sending the cancel request
https://github.com/microsoft/vscode-languageserver-node/blob/f2ff7d55464a1f58f978cb6635bd8865f050553c/jsonrpc/src/common/connection.ts#L1398-L1412
The text was updated successfully, but these errors were encountered: