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/02/01 21:24:07 UTC

[GitHub] [netbeans] jlahoda opened a new pull request #1910: Only initialize the LSP server once; prevent NPE in LSP code completion.

jlahoda opened a new pull request #1910: Only initialize the LSP server once; prevent NPE in LSP code completion.
URL: https://github.com/apache/netbeans/pull/1910
 
 
   Two small (in size)/big (in effect) fixes for the LSP client - avoid duplicate initialization (while waiting for the server to come up), and prevent NPE in code completion when no trigger characters are specified. These were unfortunate oversights/mistakes.
   
   If there's any chance on putting this into 11.3, that would be absolutely awesome.
   

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


With regards,
Apache Git Services

---------------------------------------------------------------------
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] ebarboni merged pull request #1910: Only initialize the LSP server once; prevent NPE in LSP code completion.

Posted by GitBox <gi...@apache.org>.
ebarboni merged pull request #1910: Only initialize the LSP server once; prevent NPE in LSP code completion.
URL: https://github.com/apache/netbeans/pull/1910
 
 
   

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


With regards,
Apache Git Services

---------------------------------------------------------------------
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] ebarboni commented on issue #1910: Only initialize the LSP server once; prevent NPE in LSP code completion.

Posted by GitBox <gi...@apache.org>.
ebarboni commented on issue #1910: Only initialize the LSP server once; prevent NPE in LSP code completion.
URL: https://github.com/apache/netbeans/pull/1910#issuecomment-581349090
 
 
   making it for 11.3 next milestone

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


With regards,
Apache Git Services

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