-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Description
Reproduce step:
following the contributing
and debug
part of README
Behaviour:
- Reason LS works well in the
[Extension Development Host]
, i.e. client-side. - 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
Labels
No labels