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

How to connect coc-tsserver to external tsserver thats already running? #469

Open
raman162 opened this issue Jul 31, 2024 · 1 comment
Open

Comments

@raman162
Copy link

I currently use docker compose for development accross many projects. Ideally I would like to connect coc.vim to an external instance of tsserver running where I plan to run the tsserver using docker and exposing a port on my host machine

I was able to do this with solargraph by specifying the transport method is external and specifying the port number. See the config example below:

{
  "solargraph.transport": "external",
  "solargraph.externalServer": {
    "host": "localhost",
    "port": 7658
  },
}

If I can do something similar for tsserver that would be awesome.

@fannheyward
Copy link
Member

tsserver didn't support this.

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

2 participants