sdedic opened a new pull request, #5894: URL: https://github.com/apache/netbeans/pull/5894
NBLS currently throws `UnsupportedOperationException` when vscode option `java.trace.server` is set to `verbose'. The LSP client sends a `setTrace` notification to the client which was unimplemented. After discusson with @dbalek, I've decided to just trash the reques: log verbosity can be (and is) controlled by `-J-Dnetbeans.console.logger=true` by the vscode extension client and the number of protocol messages that appear in the client's output is quite high already. -- 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
