Skip to content

Server Release 0.905 / Client Release v0.0.17

Latest
Compare
Choose a tag to compare
@FractalBoy FractalBoy released this 21 Jan 21:55
· 25 commits to master since this release
  • Many performance improvements for completion
  • Many usability improvements for completion
  • Signature help performance improvements
  • Syntax checking improvements
    • Now using require for syntax checking - thank you @rabbiveesh!
  • Syntax checking now includes POD errors, if Pod::Checker is installed
    and POD checking is enabled.
  • Fixed a crash when code uses File::Glob
  • Server no longer checks to see if the client process is still running, to allow
    for running PLS in a container - thank you @mbudde!