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

Add remote port in client config #1

Open
4eUeP opened this issue Mar 21, 2023 · 0 comments
Open

Add remote port in client config #1

4eUeP opened this issue Mar 21, 2023 · 0 comments
Assignees

Comments

@4eUeP
Copy link
Owner

4eUeP commented Mar 21, 2023

e.g.

Start the server with different images:

# for proj1
docker run ... myimage1 lsp-network-server --host 0.0.0.0 --port 3001

# for proj2
docker run ... myimage2 lsp-network-server --host 0.0.0.0 --port 3002

And client config:

- root: /proj1
  port: 3001
  command: ccls
  args:
    - '--init={"client": {"snippetSupport": false}, "completion": {"placeholder": false}}'

- root: /proj2
    port: 3002
  command: ccls
  args:
    - '--init={"client": {"snippetSupport": false}, "completion": {"placeholder": false}}'
@4eUeP 4eUeP self-assigned this Mar 21, 2023
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

No branches or pull requests

1 participant