vieiro opened a new pull request, #3978:
URL: https://github.com/apache/netbeans/pull/3978

   Introducing `cnd/cnd.lsp` a LSP client for 
[clangd](https://clangd.llvm.org/).
   
   - We drop `cpplite` DataObjects and Options.
   - We add some extra colors for C/C++ semantic tokens (variables, members, 
functions, macros), both in light and dark versions.
   - We expand `pkg-config` macros and add a `PkgConfigManager` for cnd (to 
find libraries, etc.)
   - We enhance `ide/lsp-client` to use one thread for language server kind 
(TypeScript, C/C++, etc.)
       - So one slow language server does not affect others.
       - So requests to the same language server are properly sequenced.
   - We make `ide/lsp-client` honor the fonts-colors registered for the 
mime-type (and fall back to default ones otherwise).
   


-- 
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

Reply via email to