Skip to content

ALE v1.9.1

Compare
Choose a tag to compare
@w0rp w0rp released this 04 Jul 07:53
ae3b13d

Bugs Fixed

  • ALE could sometimes throw exceptions if "go to definition" responses from tsserver returned an empty List of files. This has been fixed.
  • Some typos in the gitlint documentation have been fixed, with a new example added.
  • Sometimes the message handler for LSP and tsserver messages would get invalid messages that can't be read. ALE now handles this.
  • ALE now behaves well when ale_pattern_options variables are unset. #1621