Add client progress for delegate commands#2821
Add client progress for delegate commands#2821hopehadfield wants to merge 1 commit intoeclipse-jdtls:mainfrom
Conversation
Signed-off-by: Hope Hadfield <hhadfiel@redhat.com>
There was a problem hiding this comment.
This works, but there's a problem.
This behaviour seems similar to what's described in redhat-developer/vscode-java#3249 so maybe there's an existing bug in the progress report where some tasks don't received an .end notification
|
CC : @testforstephen So I looked at one of the progress messages that hang : and looked earlier at what kind of messages fall under Looks to me like this is called by https://github.com/microsoft/vscode-java-test/blob/main/src/controller/testController.ts#L44-L67 whenever There's even an error from the delegate call on the JDT-LS side : I want to merge this, but we should really wait to confirm that the delegates commands are well behaved and don't result in report error, which result in spinning forever. |

Fixes #1186