vieiro opened a new pull request #3918:
URL: https://github.com/apache/netbeans/pull/3918
This one:
- Admits all `SemanticTokenTypes` and `SemanticTokenModifiers` in the LSP
specification.
- Adds a RequestProcessor in LSPBindings so:
- requests to different LSP servers (say TypeScript and C++) are handled
independently in different threads and don't block each other
- and requests to the same LSP server (say Typescript) are properly
sequenced (so `LSPBindings`, `BreadcrumbsImpl`, `LanguageClientImpl` and
`TextDocumentSyncServerCapabilityHandler` work together in harmony, closing
#3812 ).
--
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