Multiple function calls of the same type are combined #4377
Labels
ide:vscode
Relates specifically to VS Code extension
kind:bug
Indicates an unexpected problem or unintended behavior
"needs-triage"
Before submitting your bug report
Relevant environment info
Description
I have noticed if you send a message with multiple function calls, each function call is yielded individually and even sent individually in webviewProtocol.ts. The debugger shows the result of message just having one function call.
However, on handling a message, the function call is now grouped. i.e
When it was sent in webviewProtocol send(), it was sent three different times, one for each function call.
I believe something similar may be happening in Jetbrains as well.
To reproduce
Log output
The text was updated successfully, but these errors were encountered: