Experimental OSProcessStreamConnectionProvider #541
Closed
angelozerr
announced in
Announcements
Replies: 2 comments 5 replies
-
@angelozerr We're about to have a release of Liberty Tools which we have tested with LSP4iJ 0.5.0. All of our language server classes currently extend |
Beta Was this translation helpful? Give feedback.
2 replies
-
I just tested the new connection provider, it seems to be working fine with zls too. I will update ZigBrains to use it once 0.6.0 is released. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have add a new way to connect to a language server with stdio with OSProcessStreamConnectionProvider which will be available in 0.6.0 (it should be released next week).
LSP4IJ uses this connection provider instead of existing ProcessStreamConnectionProvider.
IMHO I think it is better to use it, because it uses OSProcessHandler from IntelliJ which is used in Run configuration for instance.
Please try it and give us feedback.
cc @CppCXY @InSyncWithFoo @seachicken @KUGDev @AlexWeinstein92 @aparnamichael @MituuZ @turkeylurkey @mrglavas @koxudaxi @FalsePattern @onriv @kristofvb
Beta Was this translation helpful? Give feedback.
All reactions