Skip to content

0.20.0

Compare
Choose a tag to compare
@gatesn gatesn released this 27 Aug 07:06
· 145 commits to develop since this release
  • Preloaded modules are now configurable with the pyls.plugins.preload.modules configuration option
  • Pyls will now not pass unicode string to pyflakes (which previously caused errors)
  • Pull out the pyls jsonrpc module into its own package https://pypi.org/project/python-jsonrpc-server/
  • Use .get_cached_default_environment from Jedi to prevent lots of subprocess spawning
  • Include the LICENSE file in the source distribution