Skip to content

Version 0.40.0

Compare
Choose a tag to compare
@pappasam pappasam released this 07 Dec 02:47
· 73 commits to main since this release
72471ae

Added

  • Diagnostic support using Python's builtin compile function.

Changed

  • pygls 1.0!
  • Diagnostics (for syntax errors) are once-again enabled by default.
  • Properties are now children of classes, not the methods where they are defined. Resolves #240