Skip to content

Releases: jaredly/reason-language-server

Second alpha

06 Jun 05:37
Compare
Choose a tag to compare
Second alpha Pre-release
Pre-release

What changed?

  • much less verbose output, should fix freezing
  • cross-file rename
  • "view references" for variables and opens

First Alpha!

28 May 21:51
Compare
Choose a tag to compare
First Alpha! Pre-release
Pre-release

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!