sdedic opened a new pull request, #7038: URL: https://github.com/apache/netbeans/pull/7038
Late as always, but this time at least not affecting the IDE operation .... During debugging of #7037, I've realized that `debug` flag was dropped during December from gradle tooling classes injected into gradle daemon. Debug info is needed for debugging and is very useful in stacktraces of user reports; I believe this change should go to the NB21 to provide better diagnostics. The second fix is the name of the evn variable that NBLS launcher reads to inject extra options to the NBLS server. We used dotted name for historical reasons, but it seems it should be changed so that it is easier to set it up from the shell launcher. Dotted env var name requires use of `env` to launch the process, which is not always possible, i.e. in vscode remote development scenario that does a ssh login. None of the changes affect normal IDE or NBLS operation. Please consider to include it into RC3, if not being already built. -- 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
