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

Always wait for completion resolve before applying the completion edits #18907

Merged
merged 2 commits into from
Oct 9, 2024

Conversation

SomeoneToIgnore
Copy link
Contributor

After rust-lang/rust-analyzer#18167 and certain people who type and complete rapidly, it turned out that we have not waited for completionItem/resolve to finish before applying the completion results.

Release Notes:

  • Fixed completion items applied improperly on fast typing

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Oct 9, 2024
@SomeoneToIgnore SomeoneToIgnore merged commit a62a2fa into main Oct 9, 2024
9 checks passed
@SomeoneToIgnore SomeoneToIgnore deleted the kb/always-resolve-completions branch October 9, 2024 14:18
SomeoneToIgnore added a commit that referenced this pull request Oct 9, 2024
…ts (#18907)

After rust-lang/rust-analyzer#18167 and certain
people who type and complete rapidly, it turned out that we have not
waited for `completionItem/resolve` to finish before applying the
completion results.

Release Notes:

- Fixed completion items applied improperly on fast typing
SomeoneToIgnore added a commit that referenced this pull request Oct 10, 2024
noaccOS pushed a commit to noaccOS/zed that referenced this pull request Oct 19, 2024
…ts (zed-industries#18907)

After rust-lang/rust-analyzer#18167 and certain
people who type and complete rapidly, it turned out that we have not
waited for `completionItem/resolve` to finish before applying the
completion results.

Release Notes:

- Fixed completion items applied improperly on fast typing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant