lahodaj opened a new pull request, #6854: URL: https://github.com/apache/netbeans/pull/6854
As noted here: https://github.com/apache/netbeans/pull/6329#issuecomment-1857867731 the compiler options set a VM Options for a source-file launcher are not working in the NetBeans GUI. The reason is that the provider from `java.lsp.server` overrides the default provider. This patch moves the registration into nbcode, which, I believe, is what has been done in similar cases. Also, in `TextDocumentServiceImpl.resolveCodeAction`, the data may be `null`, I believe (like for the "Enable Preview" action), adding a null check. -- 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
