Skip to content

Releases: nwolverson/purescript-language-server

v0.15.1

10 Jun 17:57
Compare
Choose a tag to compare
  • Add flake.nix and shell.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

10 Jun 17:56
Compare
Choose a tag to compare
  • 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

16 Nov 23:59
28935c4
Compare
Choose a tag to compare

purty, code actions

10 Sep 21:44
Compare
Choose a tag to compare
  • 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