vieiro opened a new pull request, #4057: URL: https://github.com/apache/netbeans/pull/4057
ide/lsp.client threading and fonts-colors improvements - Each LSP server has its own (single thread) RequestProcessor, so a slow LSP server doesn't slow down others. - All LSP features use this very same RequestProcessor. On LSP server startup all opened files are sent to the server, so the next requests (BreadcrumbsImpl, etc.) don't confuse the LSP server (closes #3812). - lsp.client module acknoledge whatever font-colors have been registered for a given mimme-type. - As a performance plus, the lookup of FontsAndColors is moved out of the loop over the tokens.getData() list. -- 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
