sdedic opened a new pull request #2754: URL: https://github.com/apache/netbeans/pull/2754
There is a delay between a message is sent to a LSP client that a project Run/Debug action termianted. I've checked the project layer, and it seems that Out/Err streams are closed / flushed before the callback is called. Also Maven implementation seems to finish the output gathering task before declaring the execution complete and so seems Gradle. So that would allow for a "strawman" fix - just remove the delay. Please review - anyone who remembers why the delay was introduced in the original LSP client implementation. Thanks. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
