-
Notifications
You must be signed in to change notification settings - Fork 235
Stdout/stdin (pipe) protocol support #634
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Sooner then you think :) |
If you hop in the PowerShellEditorServices gitter, there's some conversation on how to get that PR working with NeoVim 😀 |
@tylerl0706 wow, thanks a lot :) Actually I am trying to make it working with Sublime Text 3 LSP plugin. I'll let you know if I get it running. |
Feel free to bug us on Gitter, here, or the #vscode-contributors channel on the PowerShell slack! :) I'm all for getting new editors on board! |
It seems that
PowerShellEditorServices
support only TCP protocol and cannot be ran as simply pipe (stdin/stdout) Language Service Server.It there any change (plan) to add stdin/stdout support, this will enable integration with more Editors/IDEs such as Sublime Text LSP and VIM-LSP.
prabirshrestha/vim-lsp#104
https://github.com/tomv564/LSP
The text was updated successfully, but these errors were encountered: