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

Make all message processing (potentially) asynchronous #238

Closed
spoenemann opened this issue Sep 22, 2021 · 0 comments · Fixed by #244
Closed

Make all message processing (potentially) asynchronous #238

spoenemann opened this issue Sep 22, 2021 · 0 comments · Fixed by #244
Assignees
Labels
documents Related to building documents and indexing
Milestone

Comments

@spoenemann
Copy link
Contributor

We should allow all LSP services to return either a value or a promise of it (see #186 (comment)).

In addition, we should make the processing of didChange notifications asynchronous so we can cancel any previous processing when multiple changes are received in short time.

@spoenemann spoenemann added the documents Related to building documents and indexing label Sep 22, 2021
@spoenemann spoenemann added this to the v0.2.0 milestone Sep 22, 2021
@msujew msujew self-assigned this Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documents Related to building documents and indexing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants