Skip to content

Conversation

@matklad
Copy link
Contributor

@matklad matklad commented May 14, 2020

bors r+
🤖

@bors
Copy link
Contributor

bors bot commented May 14, 2020

@bors bors bot merged commit 87470e8 into rust-lang:master May 14, 2020
@matklad matklad deleted the priority branch May 14, 2020 13:58

if completion_item.score().is_some() {
res.preselect = Some(true)
res.preselect = Some(true);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think only one item can be preselected in the reply. I'm not sure we enforce that yet.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many items can, but that doesn't matter, as only the first one will be selected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants