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

feat(lsp): add tcp support #19916

Merged
merged 4 commits into from Aug 29, 2022
Merged

feat(lsp): add tcp support #19916

merged 4 commits into from Aug 29, 2022

Commits on Aug 28, 2022

  1. Configuration menu
    Copy the full SHA
    f9641d1 View commit details
    Browse the repository at this point in the history
  2. refactor(lsp): encapsulate rpc uv handle

    To prepare for different transports like TCP where the handle won't have
    a kill method.
    mfussenegger committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    7d3e4ae View commit details
    Browse the repository at this point in the history
  3. refactor(lsp): extract rpc client from rpc.start

    Makes the previously inner functions re-usable for a TCP client
    mfussenegger committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    46bb34e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60ec6e3 View commit details
    Browse the repository at this point in the history