neilcsmith-net commented on PR #7659:
URL: https://github.com/apache/netbeans/pull/7659#issuecomment-2290909855

   > Not quite sure what's the issue with including `lsp.client`
   
   NetBeans is a platform of libraries as well as the IDE.  We publish these 
all to Maven for a reason.  I personally am using `java.sourceui` in two 
platform applications.  I do not want to suddenly have to ship `lsp.client` in 
order to continue to do so.  I have a feeling that Graal's IGV might be doing 
the same. although with an earlier NB version?  No idea who else.  It was 
enough of an issue for me when the single file support brought in debugger 
dependencies that weren't there before.
   
   I'm not sure what is really LSP specific in this anyway?  Except in where 
it's currently needed obviously!  Am I right in thinking this is registering a 
universal service that basically disables itself per mime type based on the 
existence of mime-specific providers (previous) or a flag (in your suggestion)?


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