Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

ETIMEDOUT error after following setup instructions #177

Open
mpickering opened this issue Apr 25, 2019 · 0 comments
Open

ETIMEDOUT error after following setup instructions #177

mpickering opened this issue Apr 25, 2019 · 0 comments

Comments

@mpickering
Copy link

I am trying to get any basic extension working so I can work out how to implement a similar extension for the Haskell language server. However, I can't get the language server in the docker container to do anything other than timeout.

  1. Start a local installation of sourcegraph using the docker run command listed here
  2. Add the following the the sourcegraph config.
  "typescript.serverUrl": "ws://localhost:8080",
  "typescript.sourcegraphUrl": "http://172.17.0.1:7080"
  1. Start the lang-typescript image using docker run -p 8080:8080 sourcegraph/lang-typescript
  2. Open a typescript project in sourcegraph, you can observe the request is made to the language server but then it times out with no indication why.

https://gist.github.com/mpickering/774b7d31bfca823caa6ddaaa52943aea

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant