Skip to content

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