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

ETIMEDOUT error after following setup instructions #177

@mpickering

Description

@mpickering

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions