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 2020/10/16 11:36:20 UTC

[GitHub] [netbeans] sdedic opened a new pull request #2462: [lsp] partial fix of invalidation of breakpoints during file open

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


   Since the whole document text is removed and re-added, all breakpoints were renumbered to line 1. This fix fixes case where there are no changes between saved file and the didOpen state; there's still slight chance that didOpen will report a different content to the LSP server. Fixing that will probably require some trickery in openide.text ...
   


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

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] lkishalmi merged pull request #2462: [lsp] partial fix of invalidation of breakpoints during file open

Posted by GitBox <gi...@apache.org>.
lkishalmi merged pull request #2462:
URL: https://github.com/apache/netbeans/pull/2462


   


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

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