You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/03/22 09:46:23 UTC

[GitHub] [netbeans] sdedic opened a new pull request #3833: Enable Maven editor hints in LSP

sdedic opened a new pull request #3833:
URL: https://github.com/apache/netbeans/pull/3833


   An extension of #3793, this hint bridges Maven hints to LSP. The ErrorProvider runs explicitly parser task internals and report to LSP client.
   
   Note that these changes would not be necessary if the LSP server would have been running the parser cycle ("kolecko") for document changes - but it does not -- see [NETBEANS-6477](https://issues.apache.org/jira/browse/NETBEANS-6477).
   
   I needed also to move Maven MIME type registration to lower layer module - but the base Maven module already contained registrations based on that MIME type - but did not define the resolver for it.
   


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] sdedic closed pull request #3833: Enable Maven editor hints in LSP

Posted by GitBox <gi...@apache.org>.
sdedic closed pull request #3833:
URL: https://github.com/apache/netbeans/pull/3833


   


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists