Skip to content
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

Client-hosted tcp connection #751

Merged
merged 2 commits into from
Oct 14, 2019
Merged

Client-hosted tcp connection #751

merged 2 commits into from
Oct 14, 2019

Conversation

tomv564
Copy link
Contributor

@tomv564 tomv564 commented Oct 12, 2019

If tcp_mode is "host", LSP opens specified tcp_port (or selects a free port)
The resulting port is replaced into a {port} placeholder in the server's command line
The language server is expected to connect, after which LSP starts initializing.

This is suggested to be the default behaviour by Microsoft, although many servers have implemented a server-owned port.
Solves issue #513

The resulting port is replaced into a {port} placeholder in the server's command line
The language server is expected to connect, after which LSP starts initializing.
This is suggested to be the default behaviour by Microsoft, although many servers have implemented a server-owned port.
Solves issue #513
@tomv564 tomv564 merged commit f1a53fc into master Oct 14, 2019
@tomv564 tomv564 deleted the client-hosted-tcp-connection branch October 14, 2019 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant