Releases: nwolverson/purescript-language-server
Releases · nwolverson/purescript-language-server
v0.15.1
- Add
flake.nix
andshell.nix
to the list of files that indicate a PS project may be present #136, #137 (@ursi) - Change the way the
purty
formatter is spawned to make it faster - Don't fix implicit prelude in all (import) suggestions. #108
- Add auto build of opened files #125 (@wclr)
- Build with PureScript 0.14.x, CI udpates
PureScript 0.14.0 support
- Add support for importing conflicting identifiers #118 (@i-am-the-slime)
- Parse build output from both stdout/stderr (required for PureScript 0.14.0). #111
- Prioritize "Organise Imports" action lower than others #113
Ident namespaces, organise imports code action
v0.14.4 Update README.md
purty, code actions
- Formatting provider using
purty
- Fix some issues in goto definition
- Fix some issues in find references
- Change typo code action no longer requires custom LSP client support, instead gives multiple code actions
- Fix code action range
- Fix build command parsing