Releases: jaredly/reason-language-server
Releases · jaredly/reason-language-server
1.2.5
Changes
- show poper filename when unable to parse dune files (by @rusty-key)
- add snippets for Reason (by @lithin)
- better bsb-native support
1.2.2
- Better support for bsb-windows
- Better types hover support
- Better namespace support
1.2.1
Fixes some namespace related bugs, and gets rid of the "module name not found" error.
Also can parse comments in dune files.
1.2.0 - interface generation!
Also a variety of bugfixes
- support for the new version of bsb-native
- support for "include_subdirs unqualified" for dune
- "generate interface file" for current file
- also "add value to interface file"
- better support for bucklescript namespace names
1.1.1
Also a variety of bugfixes
- support for the new version of bsb-native
- support for "include_subdirs unqualified" for dune
- "generate interface file" for current file
- also "add value to interface file"
1.1.0
This release represents a substantial reorganization of things -- it's using esy & dune to build instead of bsb-native, and it now supports OCaml 4.06.0 in addition to 4.02.3!
Other versions in between can also be supported with not much more work.
Bugfixes
- fix major bug with completions from
open
s
- fix graphql ppx issue
- show bucklescript errors in reason syntax
- show bsconfig.json errors
the zip
files contain binaries for use with editors that aren't vscode.