Skip to content

the generation of bin.exe for developing? #298

@Huxpro

Description

@Huxpro

Reproduce step:
following the contributing and debug part of README

Behaviour:

  1. Reason LS works well in the [Extension Development Host], i.e. client-side.
  2. But for the server side, i.e., the source code of this repo, it throws Reason Language Server not found! You specified ~/reason/reason-language-server/bin.exe.

This is expected since the location is hardcoded in the .vscode/config.json:

"reason_language_server.location": "./bin.exe",

I grep and found several scripts inside package.json related to that, but not sure what's the exact order to invoke them.

Can we make the generation of bin.exe part of esy build process to make the DX better?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions