-
Notifications
You must be signed in to change notification settings - Fork 75
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
Cancellation: More Problems #1567
Comments
workaround ideas:
|
here is my attempts to reproduce the delete problem main...cdietrich:langium:cd-repro2 but with longer timeouts it works.... |
it looks like the delete problem might be a client side one. |
created microsoft/vscode-languageserver-node#1503 for the client side clarification |
Has been fixed with #1566. Release is available at |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From #1562 and #1566
Additionally to the missing notifications to the client we see more problems with cancellation respectively the recovery from it.
document.references
only. but this wont be maintained if the document did not enter the linking phase before the cancellation, but during the linking of another document some references in that document are resolved in this documentTo be investigated:
at end of iterative deletes, not all delete validations seems to be have sent to the client
The text was updated successfully, but these errors were encountered: