ResolveCompletionItem is called on each keystroke #48619
Closed
Description
Steps to Reproduce:
- Set
"typescript.tsserver.trace": "messages"
- In a js file:
function fooooooooooooo() { }
foo
- Trigger suggestions at end of
foo
and start typing
Bug
In the typescript output panel, notice multiple completionEntryDetails
calls in the logs as you type. This is caused by vs code calling resolveCompletionItem
on the same item again for each keystroke