JaroslavTulach commented on pull request #2471: URL: https://github.com/apache/netbeans/pull/2471#issuecomment-712630944
Thanks Laszlo, however I have added few more changes meanwhile, so let's review again: * support for `ActionProgress` added to Gradle project, that's for @lkishalmi to review * `java.lsp.server` modified to invoke `BUILD` when the project seems misconfigured - a bit of `CompletableFuture` for @sdedic and @entlicher * Maven project changes to refresh its state before build is over to be consistent with Gradle. With these changes running VSCode "Start Debugging" on broken Gradle (just create new project) and broken Maven (remove some `.m2/repository` entries) seems to work. ---------------------------------------------------------------- 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
