You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
If I can do something similar for tsserver that would be awesome.
The text was updated successfully, but these errors were encountered: