sdedic opened a new pull request #3044: URL: https://github.com/apache/netbeans/pull/3044
@JaroslavTulach started with a patch for `BaseGradleWizardIterator` that just attaches a `ProgressHandle` to the `TemplateOperation` created; but it turned out that in LSP the actual creation needs to be done asynchronously, otherwise the message reception thread won't be able to receive `workDoneProgressToken` from the client before the creation completes. -- 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. To unsubscribe, e-mail: [email protected] 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
