Releases: jaredly/reason-language-server
Releases · jaredly/reason-language-server
Second alpha
What changed?
- much less verbose output, should fix freezing
- cross-file rename
- "view references" for variables and
open
s
First Alpha!
This build probably only works on mac. Not 100% sure how to get builds for all platforms yet.
To use: in vscode, run the command "install from vsix".
And that should be it!
Debug output for your server will be placed in {workspace root}/node_modules/.lsp/debug.log
-- look there for relevant information when submitting bug reports.
I've also attached bin.native
, which is just the language server, if you want to try it in places other than vscode
Thanks!